Back to Devexpress

RadialMenu.Glyph Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-radialmenu-eb05c2ab.md

latest1.4 KB
Original Source

RadialMenu.Glyph Property

Gets or sets an image displayed within the Radial Menu’s central circle button.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
[DXCategory("Appearance")]
public Image Glyph { get; set; }
vb
<DefaultValue(Nothing)>
<DXCategory("Appearance")>
Public Property Glyph As Image

Property Value

TypeDefaultDescription
Imagenull

An Image object displayed within the Radial Menu’s central circle button.

|

Remarks

You can use the Glyph property to assign a custom image to the central circle button.

See Also

DefaultGlyph

RadialMenu Class

RadialMenu Members

DevExpress.XtraBars.Ribbon Namespace