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

In This Topic
    PressedBackColor Property (C1RangeSlider.RangeSliderStyleCollection.ThumbStyleCollection)
    In This Topic
    Gets or sets background color of thumb when user performs mouse click on it.
    Syntax
    'Declaration
     
    
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)>
    <RefreshPropertiesAttribute(RefreshProperties.Repaint)>
    <MergablePropertyAttribute(True)>
    Public Property PressedBackColor As Color
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)]
    [RefreshProperties(RefreshProperties.Repaint)]
    [MergableProperty(true)]
    public Color PressedBackColor {get; set;}
    See Also