[]
        
(Showing Draft Content)

C1.Win.C1Command.Styles.RadialMenu.RadialMenuItemStyle

RadialMenuItemStyle Class

The RadialMenuItemStyle class represents the styles for the C1RadialMenu menu items which contains display attributes that determine the appearance of them.

Inheritance
RadialMenuItemStyle
Namespace: C1.Win.C1Command.Styles.RadialMenu
Assembly: C1.Win.C1Command.4.8.dll
Syntax
public class RadialMenuItemStyle : BaseStyle

Constructors

Name Description
RadialMenuItemStyle()

Initializes a new instance of the RadialMenuItemStyle.

Properties

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.

Methods

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.