[]
The RangeSliderBarStyle class represents the styles for the C1RangeSlider control which contains display attributes that determine the general appearance of the range slider bar on the screen.
public class RangeSliderBarStyle : BaseC1FrameworkStyle, INotifyPropertyChanged, IDisposable
Name | Description |
---|---|
Border | Gets or sets the thickness of the border around the element. |
Default | Gets style containing display attributes that determine the general appearance of the element in the default state. |
Disabled | Gets style containing display attributes that determine the general appearance of the disabled element on the screen. |
Selected | Gets style containing display attributes that determine the general appearance of the selected area on the screen. |
Thickness | Gets or sets the thickness of the range slider bar. |
Name | Description |
---|---|
ApplyToStyle(Style) | Applies style to destination Style object if it is possible. |
ResetBorder() | Restores the default value of the Border property. |
ResetDefault() | Restores the default value of the Default property. |
ResetDisabled() | Restores the default value of the Disabled property. |
ResetSelected() | Restores the default value of the Selected property. |
ResetThickness() | Restores the default value of the Thickness property. |
ShouldSerializeBorder() | Specifies whether to save the value of the Border property. |
ShouldSerializeDefault() | Specifies whether to save the value of the Default property. |
ShouldSerializeDisabled() | Specifies whether to save the value of the Disabled property. |
ShouldSerializeSelected() | Specifies whether to save the value of the Selected property. |
ShouldSerializeThickness() | Specifies whether to save the value of the Thickness property. |