Gets or sets a value indicating whether the labels are visible. This is a dependency property.
Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf
SyntaxC#
Copy Code
|
|---|
public bool ShowLabels { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShowLabels As Boolean |
true to show the labels; otherwise, false.
See Also