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


In This Topic
TickLength Property (FpSlider)
In This Topic
Gets or sets the width of the ticks of the slider.
Syntax
'Declaration
 
Public Property TickLength As Integer
 
'Usage
 
Dim instance As FpSlider
Dim value As Integer
 
instance.TickLength = value
 
value = instance.TickLength
See Also