[]
        
(Showing Draft Content)

C1.Win.Input.Styles.RangeSliderCommonStyle

RangeSliderCommonStyle Class

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.

Namespace: C1.Win.Input.Styles
Assembly: C1.Win.Input.8.dll
Syntax
public class RangeSliderCommonStyle : FocusedBaseStyles, INotifyPropertyChanged, IDisposable

Properties

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.

Methods

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.