[]
The StateUnderlineStyle contains display attributes that determine the general appearance of the underline in some state on the screen.
public class StateUnderlineStyle : StateElementBaseStyle, INotifyPropertyChanged, IDisposable
Name | Description |
---|---|
StateUnderlineStyle() |
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. |
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. |