FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / SliderCellType Class / TickLength Property


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