Skip to main content
A newer version of this page is available. .

RadialMenu.DefaultGlyph Property

Gets or sets the glyph displayed by default in the RadialMenu‘s central circle button.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public static Image DefaultGlyph { get; set; }

Property Value

Type Description
Image

An Image object that specifies the glyph displayed by default in the RadialMenu‘s central circle button.

Remarks

By default, the RadialMenu displays the predefined glyph in the central circle button. The static DefaultGlyph property allows you to override the default glyph. You can also specify the central button glyph for a particular RadialMenu by the RadialMenu.Glyph property.

See Also