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