Spread Windows Forms 12.0 Product Documentation
KnobWidth Property (FpSlider)


FarPoint.Win Assembly > FarPoint.Win Namespace > FpSlider Class : KnobWidth Property
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
public int KnobWidth {get; set;}

Property Value

Integer number of pixels in the width of the knob
See Also

Reference

FpSlider Class
FpSlider Members