[]
Represents a collection of named Style objects for bar.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class C1RangeSlider.RangeSliderStyleCollection.BarStyleCollection
| 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. |
| 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. |