Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FpSlider Class / TickSpacing Property


In This Topic
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
See Also