KnobWidth Property (FpSlider)
Gets or sets the width of the knob of the slider.
public int KnobWidth {get; set;}
'Declaration
Public Property KnobWidth As Integer
'Usage
Dim instance As FpSlider
Dim value As Integer
instance.KnobWidth = value
value = instance.KnobWidth