TickLength Property (FpSlider)
Gets or sets the width of the ticks of the slider.
public int TickLength {get; set;}
'Declaration
Public Property TickLength As Integer
'Usage
Dim instance As FpSlider
Dim value As Integer
instance.TickLength = value
value = instance.TickLength