Back to Devexpress

OfficeNavigationBar.AllowGlyphSkinning Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-officenavigationbar-d1c00c42.md

latest2.2 KB
Original Source

OfficeNavigationBar.AllowGlyphSkinning Property

Gets or sets whether or not this OfficeNavigationBar should paint its item glyphs with these items’ fore colors.

Namespace : DevExpress.XtraBars.Navigation

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 this OfficeNavigationBar should paint its item glyphs with these items’ fore colors; otherwise, false.

|

Remarks

OfficeNavigationBar items display glyphs when the bar is in compact mode (see the OfficeNavigationBar.Compact property).

Refer to the Glyph Skinning article to learn more about the Glyph Skinning feature.

See Also

Compact

Glyph Skinning

OfficeNavigationBar Class

OfficeNavigationBar Members

DevExpress.XtraBars.Navigation Namespace