ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1RangeSlider.RangeSliderStyleCollection.ThumbStyleCollection Class / PressedBorderColor Property

In This Topic
    PressedBorderColor Property
    In This Topic
    Gets or sets border color of thumb when user performs mouse click on it.
    Syntax
    'Declaration
     
    Public Property PressedBorderColor As Color
    public Color PressedBorderColor {get; set;}
    See Also