Spread Windows Forms 12.0 Product Documentation
KnobColor Property (FpSlider)


FarPoint.Win Assembly > FarPoint.Win Namespace > FpSlider Class : KnobColor Property
Gets or sets the color of the knob of the slider.
Syntax
'Declaration
 
Public Property KnobColor As Color
'Usage
 
Dim instance As FpSlider
Dim value As Color
 
instance.KnobColor = value
 
value = instance.KnobColor
public Color KnobColor {get; set;}

Property Value

Color object containing the color of the knob
See Also

Reference

FpSlider Class
FpSlider Members