NavElement.AllowGlyphSkinning Property
Gets or sets whether the current NavElement‘s icon should be painted in this item’s foreground color.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
DefaultBoolean | Default | true if the current NavElement‘s icon should be painted in this item’s foreground color; otherwise, false. |
Available values:
Name | Description | Return Value |
---|---|---|
True | The value is true. |
|
False | The value is false. |
|
Default | The value is specified by a global option or a higher-level object. |
|
Remarks
NavBarControl supports the Glyph Skinning feature that helps you to build monochrome interfaces. NavBarControl items (NavBarItems and NavBarGroups) can paint their icons in the same color as their captions. To enable the Glyph Skinning feature for the entire control, set the NavBarControl.AllowGlyphSkinning property to true. You can also override this setting for individual items via the AllowGlyphSkinning property. The figure below illustrates a NavBarControl with the Glyph Skinning feature enabled.
For best visual results, we recommend using gray-scale icons from the DevExpress Image Gallery.
NavBarControl is not the only control that supports this feature. See the Glyph Skinning topic for the complete controls list.