[]
        
(Showing Draft Content)

C1.Win.C1Input.C1RangeSlider.RangeSliderStyleCollection.BarStyleCollection

C1RangeSlider.RangeSliderStyleCollection.BarStyleCollection Class

Represents a collection of named Style objects for bar.

Inheritance
C1RangeSlider.RangeSliderStyleCollection.BarStyleCollection
Namespace: C1.Win.C1Input
Assembly: C1.Win.C1Input.4.8.dll
Syntax
[TypeConverter(typeof(ExpandableObjectConverter))]
public class C1RangeSlider.RangeSliderStyleCollection.BarStyleCollection

Properties

Name Description
BackColor

Gets or sets background color of bar.

BorderColor

Gets or sets border color of bar.

DisabledBackColor

Gets or sets background color of bar if control is disabled.

DisabledBorderColor

Gets or sets border color of bar if control is disabled.

SelectedAreaColor

Gets or sets color of selected area.

SelectedBackColor

Gets or sets the background color of the bar between two thumbs.

SelectedBorderColor

Gets or sets the border color of the bar between two thumbs.

Methods

Name Description
ResetBackColor()
ResetBorderColor()
ResetDisabledBackColor()
ResetDisabledBorderColor()
ResetSelectedAreaColor()
ResetSelectedBackColor()

Restores the default value of the SelectedBackColor property.

ResetSelectedBorderColor()

Restores the default value of the SelectedBorderColor property.

ShouldSerializeBackColor()
ShouldSerializeBorderColor()
ShouldSerializeDisabledBackColor()
ShouldSerializeDisabledBorderColor()
ShouldSerializeSelectedAreaColor()
ShouldSerializeSelectedBackColor()

Specifies whether to save the value of the SelectedBackColor property.

ShouldSerializeSelectedBorderColor()

Specifies whether to save the value of the SelectedBorderColor property.