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

In This Topic
    HotForeColor Property (C1RangeSlider.RangeSliderStyleCollection.ThumbStyleCollection)
    In This Topic
    Gets or sets the fore color of the thumb if mouse is over it.
    Syntax
    'Declaration
     
    Public Property HotForeColor As Color
    public Color HotForeColor {get; set;}
    See Also