[]
StateElementStyle contains display attributes that determine the general appearance of the element in some state on the screen.
public class SelectedStateElementStyle : StateElementStyle
Name | Description |
---|---|
Corners | Gets or sets the radii of the element corners. |
IndentX | Gets or sets the right indentation of the side accent. |
IndentY | Gets or sets the top and bottom indentation of the side accent. |
SideAccentColor | Gets or sets the Color used to paint the side accent. |
Width | Gets or sets the width of the side accent. |
Name | Description |
---|---|
ResetCorners() | Restores the default value of the Corners property. |
ResetForeIndentX() | Restores the default value of the IndentX property. |
ResetForeIndentY() | Restores the default value of the IndentY property. |
ResetForeWidth() | Restores the default value of the Width property. |
ShouldSerializeCorners() | Specifies whether to save the value of the Corners property. |
ShouldSerializeIndentX() | Specifies whether to save the value of the IndentX property. |
ShouldSerializeIndentY() | Specifies whether to save the value of the IndentY property. |
ShouldSerializeWidth() | Specifies whether to save the value of the Width property. |