Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FpSlider Class / KnobWidth Property


In This Topic
KnobWidth Property (FpSlider)
In This Topic
Gets or sets the width of the knob of the slider.
Syntax
'Declaration
 
Public Property KnobWidth As Integer
 
'Usage
 
Dim instance As FpSlider
Dim value As Integer
 
instance.KnobWidth = value
 
value = instance.KnobWidth
See Also