[]
The RangeSliderCommonStyle class represents the styles for the C1RangeSlider control which contains display attributes that determine the general appearance of the control on the screen.
public class RangeSliderCommonStyle : FocusedBaseStyles, INotifyPropertyChanged, IDisposable
Name | Description |
---|---|
BackColor | Gets or sets the Color used to paint the background. |
Border | Gets or sets the thickness of the border around the element. |
BorderColor | Gets or sets the Color used to draw the border around the element. |
Name | Description |
---|---|
ResetBackColor() | Restores the default value of the BackColor property. |
ResetBorder() | Restores the default value of the Border property. |
ResetBorderColor() | Restores the default value of the BorderColor property. |
ShouldSerializeBackColor() | Specifies whether to save the value of the BackColor property. |
ShouldSerializeBorder() | Specifies whether to save the value of the Border property. |
ShouldSerializeBorderColor() | Specifies whether to save the value of the BorderColor property. |