[]
        
(Showing Draft Content)

C1.Win.Input.Styles.StateUnderlineStyle

StateUnderlineStyle Class

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

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

Constructors

Name Description
StateUnderlineStyle()

Properties

Name Description
Color

Gets or sets the Color used to draw the underline.

Indent

Gets or sets the left and right indentation of the underline.

Width

Gets or sets the width of the underline.

Methods

Name Description
ResetColor()

Restores the default value of the Color property.

ResetForeIndent()

Restores the default value of the Indent property.

ResetForeWidth()

Restores the default value of the Width property.

ShouldSerializeColor()

Specifies whether to save the value of the Color property.

ShouldSerializeIndent()

Specifies whether to save the value of the Indent property.

ShouldSerializeWidth()

Specifies whether to save the value of the Width property.