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
public int TickLength {get; set;}
See Also