KnobColor Property (FpSlider)
In This Topic
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;}
See Also