Back to Devexpress

BackstageViewControl.AllowGlyphSkinning Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-backstageviewcontrol-66dc2a99.md

latest3.4 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Booleanfalse

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.

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

AllowGlyphSkinning

Glyph Skinning

BackstageViewControl Class

BackstageViewControl Members

DevExpress.XtraBars.Ribbon Namespace