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