Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / FpSlider Class / KnobColor Property


In This Topic
    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