[]
The NavigationButtonStyle contains display attributes that determine the general appearance of the C1RadialMenu central button in some state on the screen.
public class NavigationButtonStyle : BaseStyle
| Name | Description |
|---|---|
| NavigationButtonStyle() | Initializes a new instance of the NavigationButtonStyle. |
| Name | Description |
|---|---|
| Default | Gets style containing display attributes that determine the general appearance of the element in the default state. |
| Disabled | Gets style containing display attributes that determine the general appearance of the element in the disabled state. |
| Hot | Gets style containing display attributes that determine the general appearance of the element in the hot state. |
| Pressed | Gets style containing display attributes that determine the general appearance of the element in the pressed state. |
| Name | Description |
|---|---|
| ResetDefault() | Restores the default value of the Default property. |
| ResetDisabled() | Restores the default value of the Disabled property. |
| ResetHot() | Restores the default value of the Hot property. |
| ResetPressed() | Restores the default value of the Pressed property. |
| ShouldSerializeDefault() | Specifies whether to save the value of the Default property. |
| ShouldSerializeDisabled() | Specifies whether to save the value of the Disabled property. |
| ShouldSerializeHot() | Specifies whether to save the value of the Hot property. |
| ShouldSerializePressed() | Specifies whether to save the value of the Pressed property. |