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

In This Topic
    BackColor Property (C1RangeSlider.RangeSliderStyleCollection.ThumbStyleCollection)
    In This Topic
    Gets or sets background color of thumb.
    Syntax
    'Declaration
     
    Public Property BackColor As Color
    public Color BackColor {get; set;}
    See Also