Back to Devexpress

RadialMenu.AllowGlyphSkinning Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-radialmenu-85c33d89.md

latest2.3 KB
Original Source

RadialMenu.AllowGlyphSkinning Property

Gets or sets whether the menu item glyphs are painted using the item foreground colors.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(false)]
[DXCategory("Appearance")]
public bool AllowGlyphSkinning { get; set; }
vb
<DefaultValue(False)>
<DXCategory("Appearance")>
Public Property AllowGlyphSkinning As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if the menu item glyphs are painted using the item foreground colors; otherwise, false.

|

Remarks

The glyph skinning feature allows you to paint BarItem glyphs based on their foreground colors. By default, this feature is disabled, set the AllowGlyphSkinning property to true to enable the glyph skinning feature for all BarItems in the current RadialMenu. You can override this setting for individual BarItems via the BarItem.AllowGlyphSkinning property.

For the best visual results, we recommend the gray-scale icons from the DevExpress Image Gallery, when using the glyph skinning feature.

See Also

AllowGlyphSkinning

Glyph Skinning

RadialMenu Class

RadialMenu Members

DevExpress.XtraBars.Ribbon Namespace