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

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.v19.1.dll

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