[]
        
(Showing Draft Content)

C1.Win.Input.Styles.RangeSliderThumbStyle

RangeSliderThumbStyle Class

The RangeSliderThumbStyle class represents the styles for the C1RangeSlider control which contains display attributes that determine the general appearance of the range slider thumb on the screen.

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

Properties

Name Description
AutoWidth

Gets or sets a value indicating that the width of a thumb is automatically calculated.

Border

Gets or sets the thickness of the border around the element.

Corners

Gets or sets the radii of the element corners.

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.

Hot

Gets style containing display attributes that determine the general appearance of element on the screen when the cursor is over it.

HotPressed

Gets style containing display attributes that determine the general appearance of the pressed element on the screen when the cursor is over it.

Pressed

Gets style containing display attributes that determine the general appearance of the pressed element on the screen.

ThumbType

Gets or sets a value indicating the type of thumb view.

Width

Gets or sets width of the range slider thumb.

Methods

Name Description
ApplyToStyle(Style)

Applies style to destination Style object if it is possible.

ResetAutoWidth()

Restores the default value of the AutoWidth property.

ResetBorder()

Restores the default value of the Border property.

ResetCorners()

Restores the default value of the Corners property.

ResetDefault()

Restores the default value of the Default property.

ResetDisabled()

Restores the default value of the Disabled property.

ResetHot()

Restores the default value of the Hot property.

ResetHotPressed()

Restores the default value of the HotPressed property.

ResetPressed()

Restores the default value of the Pressed property.

ResetThumbType()

Restores the default value of the ThumbType property.

ResetWidth()

Restores the default value of the Width property.

ShouldSerializeAutoWidth()

Specifies whether to save the value of the AutoWidth property.

ShouldSerializeBorder()

Specifies whether to save the value of the Border property.

ShouldSerializeCorners()

Specifies whether to save the value of the Corners property.

ShouldSerializeDefault()

Specifies whether to save the value of the Default property.

ShouldSerializeDisabled()

Specifies whether to save the value of the Disabled property.

ShouldSerializeHot()

Specifies whether to save the value of the Hot property.

ShouldSerializeHotPressed()

Specifies whether to save the value of the HotPressed property.

ShouldSerializePressed()

Specifies whether to save the value of the Pressed property.

ShouldSerializeThumbType()

Specifies whether to save the value of the ThumbType property.

ShouldSerializeWidth()

Specifies whether to save the value of the Width property.