[]
        
(Showing Draft Content)

C1.Win.C1Command.Styles.RadialMenu.NavigationButtonStyles

NavigationButtonStyles Class

The NavigationButtonStyles class represents the styles for the central button of the C1RadialMenu control which contains display attributes that determine the appearance of it.

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

Constructors

Name Description
NavigationButtonStyles()

Initializes a new instance of the NavigationButtonStyles.

Properties

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.

Methods

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.