[]
The NavigationButtonStyles class represents the styles for the central button of the C1RadialMenu control which contains display attributes that determine the appearance of it.
public class NavigationButtonStyles : BaseStyle
| Name | Description |
|---|---|
| NavigationButtonStyles() | Initializes a new instance of the NavigationButtonStyles. |
| Name | Description |
|---|---|
| BorderWidth | Gets or sets the width of the border around the element. |
| Collapsed | Gets style containing display attributes that determine the general appearance of the element in the collapsed state. |
| Nested | Gets style containing display attributes that determine the general appearance of the element in the nested state. |
| Top | Gets style containing display attributes that determine the general appearance of the element in the top state. |
| Name | Description |
|---|---|
| ResetBorderWidth() | Restores the default value of the BorderWidth property. |
| ResetCollapsed() | Restores the default value of the Collapsed property. |
| ResetNested() | Restores the default value of the Nested property. |
| ResetTop() | Restores the default value of the Top property. |
| ShouldSerializeBorderWidth() | Specifies whether to save the value of the BorderWidth property. |
| ShouldSerializeCollapsed() | Specifies whether to save the value of the Collapsed property. |
| ShouldSerializeNested() | Specifies whether to save the value of the Nested property. |
| ShouldSerializeTop() | Specifies whether to save the value of the Top property. |