ShowTicks Property (LinearGaugeBase)
In This Topic
Gets or sets a property that determines whether the gauge should display tick marks at each step value.
Syntax
'Declaration
Public Property ShowTicks As Boolean
public bool ShowTicks {get; set;}
See Also