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


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