TickSpacing Property (FpSlider)
Gets or sets how frequently to space the tick marks in the slider.
public int TickSpacing {get; set;}
'Declaration
Public Property TickSpacing As Integer
'Usage
Dim instance As FpSlider
Dim value As Integer
instance.TickSpacing = value
value = instance.TickSpacing