Search
TickSettings.ShowTicks Property
See Also
 





Gets or sets a value indicating whether the ticks are visible. This is a dependency property.

Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf

 Syntax

C#  Copy Code

public bool ShowTicks { get; set; }

Visual Basic  Copy Code

Public Property ShowTicks As Boolean

 Property Value

true to show the ticks; otherwise, false.

 See Also