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

BackstageViewControl.AllowGlyphSkinning Property

Gets or sets whether all BackstageViewItems within the current BackstageViewControl should have their icons painted with these items’ foreground color.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

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

Property Value

Type Default Description
Boolean **false**

true, if all BackstageViewItems within the current BackstageViewControl should have their icons painted with these items’ foreground color; otherwise, false.

Remarks

If the AllowGlyphSkinning property equals false (the default behavior), the BackstageViewControl‘s item glyphs are drawn as they are. Otherwise, icons receive specific color hues, depending on their parent BackstageViewItems’ fore color.

For best visual results, use gray-scale icons from the DevExpress Image Gallery for those items whose parent BackstageViewControl‘s AllowGlyphSkinning property equals true.

Image Gallery - Grayscale Icons

The AllowGlyphSkinning property specifies a global setting common to all BackstageViewItems within the BackstageViewControl. To override this setting for individual items, use the BackstageViewItem.AllowGlyphSkinning property instead.

See the Bar and Ribbon Glyph Skinning topic to learn more.

See Also