[]
        
(Showing Draft Content)

C1.Win.Input.Styles.StateThumbStyle

StateThumbStyle Class

The StateThumbStyle contains display attributes that determine the general appearance of the Thumb element in some state.

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

Constructors

Name Description
StateThumbStyle()

Initializes a new instance of the StateThumbStyle.

Properties

Name Description
BackColor

Gets or sets the Color used to paint the background.

BorderColor

Gets or sets the Color used to draw the border around the element.

Margins

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

Methods

Name Description
ResetBackColor()

Restores the default value of the BackColor property.

ResetBorderColor()

Restores the default value of the BorderColor property.

ResetMargins()

Restores the default value of the Margins property.

ShouldSerializeBackColor()

Specifies whether to save the value of the BackColor property.

ShouldSerializeBorderColor()

Specifies whether to save the value of the BorderColor property.

ShouldSerializeMargins()

Specifies whether to save the value of the Margins property.