Back to Devexpress

RadialMenu.DefaultGlyph Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-radialmenu-8122c901.md

latest1.8 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public static Image DefaultGlyph { get; set; }
vb
Public Shared Property DefaultGlyph As Image

Property Value

TypeDescription
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

Glyph

RadialMenu Class

RadialMenu Members

DevExpress.XtraBars.Ribbon Namespace