[]
        
(Showing Draft Content)

C1.Win.Input.Styles.RangeSliderBarStyle

RangeSliderBarStyle Class

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.

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

Properties

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.

Methods

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.