Spread Windows Forms 12.0 Product Documentation
TickSpacing Property (FpSlider)


FarPoint.Win Assembly > FarPoint.Win Namespace > FpSlider Class : TickSpacing Property
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
public int TickSpacing {get; set;}

Property Value

Integer number representing the spacing between ticks along the track
See Also

Reference

FpSlider Class
FpSlider Members