Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DefaultValue(false)]
[DXCategory("Appearance")]
public bool AllowGlyphSkinning { get; set; }

#Property Value

Type Default Description
Boolean false

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