ComponentOne FinancialChart for WinForms
C1.Win.Chart.Interaction Namespace / C1RangeSlider.RangeSliderStyleCollection.ThumbStyleCollection Class / HotBorderColor Property

In This Topic
    HotBorderColor Property (C1RangeSlider.RangeSliderStyleCollection.ThumbStyleCollection)
    In This Topic
    Gets or sets border color of thumb if mouse is over it.
    Syntax
    'Declaration
     
    
    <RefreshPropertiesAttribute(RefreshProperties.Repaint)>
    <MergablePropertyAttribute(True)>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)>
    Public Property HotBorderColor As Color
    [RefreshProperties(RefreshProperties.Repaint)]
    [MergableProperty(true)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)]
    public Color HotBorderColor {get; set;}
    See Also