[]
The NavigationButtonStateStyle contains display attributes that determine the general appearance of the C1RadialMenu central button in some state on the screen.
public class NavigationButtonStateStyle : BaseStyle
| Name | Description |
|---|---|
| NavigationButtonStateStyle() | Initializes a new instance of the NavigationButtonStateStyle. |
| Name | Description |
|---|---|
| BackColor | Gets or sets the Color used to paint the background. |
| BorderColor | Gets or sets the Color used to draw the border around the element. |
| Image | Gets or sets the icon displayed in the radial menu's center button. |
| Parent |
| Name | Description |
|---|---|
| OnGetUninitializedProperty(string) | |
| ResetBackColor() | Restores the default value of the BackColor property. |
| ResetBorderColor() | Restores the default value of the BorderColor property. |
| ResetImage() | Restores the default value of the Image property. |
| ShouldSerializeBackColor() | Specifies whether to save the value of the BackColor property. |
| ShouldSerializeBorderColor() | Specifies whether to save the value of the BorderColor property. |
| ShouldSerializeImage() | Specifies whether to save the value of the Image property. |