Spread Windows Forms 12.0 Product Documentation
TickLength Property (FpSlider)


FarPoint.Win Assembly > FarPoint.Win Namespace > FpSlider Class : TickLength Property
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

Reference

FpSlider Class
FpSlider Members