[]
The RadialMenuItemStateStyle contains display attributes that determine the general appearance of the C1RadialMenu control root-menu or sub-menu in some state on the screen.
public class RadialMenuItemStateStyle : BaseStyle
| Name | Description |
|---|---|
| RadialMenuItemStateStyle() | Initializes a new instance of the RadialMenuItemStateStyle. |
| Name | Description |
|---|---|
| BackColor | Gets or sets the Color used to paint the background. |
| BorderStyle | Gets or sets the styles used to draw the border around the element. |
| CheckedHighlightColor | Gets or sets the Color used to highlight checked element. |
| CheckedHighlightWidth | Gets or sets the width of the highlighted line for the checked element. |
| Font | Gets or sets the text font of the element. |
| ForeColor | Gets or sets the Color used to write the text. |
| HoveredHighlightColor | Gets or sets the Color used to highlight hovered element. |
| HoveredHighlightWidth | Gets or sets the width of the highlighted line for the hovered element. |
| Parent | |
| SubmenuArrowColor | Gets or sets the Color used to draw an arrow for a submenu element. |
| Name | Description |
|---|---|
| OnGetUninitializedProperty(string) | |
| ResetBackColor() | Restores the default value of the BackColor property. |
| ResetBorderStyle() | Restores the default value of the BorderStyle property. |
| ResetCheckedHighlightColor() | Restores the default value of the CheckedHighlightColor property. |
| ResetCheckedHighlightWidth() | Restores the default value of the CheckedHighlightWidth property. |
| ResetFont() | Restores the default value of the Font property. |
| ResetForeColor() | Restores the default value of the ForeColor property. |
| ResetHoveredHighlightColor() | Restores the default value of the HoveredHighlightColor property. |
| ResetHoveredHighlightWidth() | Restores the default value of the HoveredHighlightWidth property. |
| ResetSubmenuArrowColor() | Restores the default value of the SubmenuArrowColor property. |
| ShouldSerializeBackColor() | Specifies whether to save the value of the BackColor property. |
| ShouldSerializeBorderStyle() | Specifies whether to save the value of the BorderStyle property. |
| ShouldSerializeCheckedHighlightColor() | Specifies whether to save the value of the CheckedHighlightColor property. |
| ShouldSerializeCheckedHighlightWidth() | Specifies whether to save the value of the CheckedHighlightWidth property. |
| ShouldSerializeFont() | Specifies whether to save the value of the Font property. |
| ShouldSerializeForeColor() | Specifies whether to save the value of the ForeColor property. |
| ShouldSerializeHoveredHighlightColor() | Specifies whether to save the value of the HoveredHighlightColor property. |
| ShouldSerializeHoveredHighlightWidth() | Specifies whether to save the value of the HoveredHighlightWidth property. |
| ShouldSerializeSubmenuArrowColor() | Specifies whether to save the value of the SubmenuArrowColor property. |