[]
The RadialMenuBaseStyle class represents the styles for the C1RadialMenu control which contains display attributes that determine the appearance of controls.
public class RadialMenuBaseStyle : BaseStyle
| Name | Description |
|---|---|
| RadialMenuBaseStyle() | Initializes a new instance of the RadialMenuBaseStyle. |
| Name | Description |
|---|---|
| BorderGapAngle | Gets or sets the angle for border gaps for elements. |
| Item | Gets or sets style containing display attributes that determine the general appearance of the C1RadialMenu control menu-items. |
| Margins | Gets or sets the thickness of the margins around the element. |
| NavigationButton | Gets or sets style containing display attributes that determine the general appearance of the central button of the C1RadialMenu element. |
| Padding | Gets or sets the thickness of the padding between the element edges and its content. |
| RadialMenuWindow | Gets or sets style containing display attributes that determine the general appearance of the C1RadialMenu window. |
| Tooltip | Gets or sets style containing display attributes that determine the general appearance of the tooltip of the C1RadialMenu element. |
| Name | Description |
|---|---|
| ResetBorderGapAngle() | Restores the default value of the BorderGapAngle property. |
| ResetItem() | Restores the default value of the Item property. |
| ResetMargins() | Restores the default value of the Margins property. |
| ResetNavigationButton() | Restores the default value of the NavigationButton property. |
| ResetPadding() | Restores the default value of the Padding property. |
| ResetRadialMenuWindow() | Restores the default value of the RadialMenuWindow property. |
| ResetTooltip() | Restores the default value of the Tooltip property. |
| ShouldSerializeBorderGapAngle() | Specifies whether to save the value of the BorderGapAngle property. |
| ShouldSerializeItem() | Specifies whether to save the value of the Item property. |
| ShouldSerializeMargins() | Specifies whether to save the value of the Margins property. |
| ShouldSerializeNavigationButton() | Specifies whether to save the value of the NavigationButton property. |
| ShouldSerializePadding() | Specifies whether to save the value of the Padding property. |
| ShouldSerializeRadialMenuWindow() | Specifies whether to save the value of the RadialMenuWindow property. |
| ShouldSerializeTooltip() | Specifies whether to save the value of the Tooltip property. |