Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / SliderCellType Class / TickSpacing Property


TickSpacing Property (SliderCellType)
Gets or sets how frequently to space the tick marks in the slider.
Syntax
'Declaration
 
Public Property TickSpacing As Integer
 
'Usage
 
Dim instance As SliderCellType
Dim value As Integer
 
instance.TickSpacing = value
 
value = instance.TickSpacing
Exceptions
ExceptionDescription
Specified value is out of range; must be between 0 and 255
See Also