[]
        
(Showing Draft Content)

C1.Win.Input.Styles.StateGlyphStyle

StateGlyphStyle Class

The StateGlyphStyle contains display attributes that determine the general appearance of the glyph in some state on the screen.

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

Constructors

Name Description
StateGlyphStyle()

Properties

Name Description
BackColor

Gets or sets the Color used to paint the background.

BorderColor

Gets or sets the Color used to paint the border.

ForeColor

Gets or sets the Color used to paint the text.

Methods

Name Description
ResetBackColor()

Restores the default value of the BackColor property.

ResetBorderColor()

Restores the default value of the BorderColor property.

ResetForeColor()

Restores the default value of the ForeColor property.

ShouldSerializeBackColor()

Specifies whether to save the value of the BackColor property.

ShouldSerializeBorderColorr()

Specifies whether to save the value of the BorderColor property.

ShouldSerializeForeColor()

Specifies whether to save the value of the ForeColor property.