[]
        
(Showing Draft Content)

C1.Win.Input.Styles.RangeSliderStyles

RangeSliderStyles Class

The RangeSliderStyles class represents the styles for the C1RangeSlider control which contains display attributes that determine the appearance of control.

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

Properties

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.

Methods

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.