[]
The RadialMenuItemBorderStyle contains display attributes that determine the general appearance of the C1RadialMenu control root-menu or sub-menu borders.
public class RadialMenuItemBorderStyle : BaseStyle
| Name | Description |
|---|---|
| RadialMenuItemBorderStyle() | Initializes a new instance of the RadialMenuItemBorderStyle. |
| 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. |
| Expandable | Gets style containing display attributes that determine the general appearance of the element in the expandable state. |
| Hot | Gets style containing display attributes that determine the general appearance of the element in the hot state. |
| HotExpandable | Gets style containing display attributes that determine the general appearance of the element in the hot expandable state. |
| Parent |
| Name | Description |
|---|---|
| ResetDefault() | Restores the default value of the Default property. |
| ResetDisabled() | Restores the default value of the Disabled property. |
| ResetExpandable() | Restores the default value of the Expandable property. |
| ResetHot() | Restores the default value of the Hot property. |
| ResetHotExpandable() | Restores the default value of the HotExpandable property. |
| ShouldSerializeDefault() | Specifies whether to save the value of the Default property. |
| ShouldSerializeDisabled() | Specifies whether to save the value of the Disabled property. |
| ShouldSerializeExpandable() | Specifies whether to save the value of the Expandable property. |
| ShouldSerializeHot() | Specifies whether to save the value of the Hot property. |
| ShouldSerializeHotExpandable() | Specifies whether to save the value of the HotExpandable property. |