[]
The RangeSliderStyles class represents the styles for the C1RangeSlider control which contains display attributes that determine the appearance of control.
public class RangeSliderStyles : BaseC1FrameworkStyle
| Name | Description |
|---|---|
| Bar | Gets style containing display attributes that determine the general appearance of bar element on the screen. |
| Common | Gets style containing display attributes that determine the general appearance of the control on the screen. |
| Thumb | Gets style containing display attributes that determine the general appearance of thumb element on the screen. |
| Name | Description |
|---|---|
| ResetBar() | Restores the default value of the Bar property. |
| ResetCommon() | Restores the default value of the Common property. |
| ResetThumb() | Restores the default value of the Thumb property. |
| ShouldSerializeBar() | Specifies whether to save the value of the Bar property. |
| ShouldSerializeCommon() | Specifies whether to save the value of the Common property. |
| ShouldSerializeThumb() | Specifies whether to save the value of the Thumb property. |