[]
The RadialMenuItemStyle class represents the styles for the C1RadialMenu menu items which contains display attributes that determine the appearance of them.
public class RadialMenuItemStyle : BaseStyle
| Name | Description |
|---|---|
| RadialMenuItemStyle() | Initializes a new instance of the RadialMenuItemStyle. |
| 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 disabled element on the screen. |
| 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. |
| SubMenuImage | Gets or sets the icon displayed instead of the radial menu item's arrow for expandable items. |
| Name | Description |
|---|---|
| OnGetUninitializedProperty(string) | |
| 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. |
| ResetSubMenuImage() | Restores the default value of the SubMenuImage 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. |
| ShouldSerializeSubMenuImage() | Specifies whether to save the value of the SubMenuImage property. |