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

TileNavPane.AllowGlyphSkinning Property

Gets or sets whether glyphs of the TileNavPane‘s elements are painted using the elements’ foreground colors.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **false**

true, if glyphs utilize the hue specified by elements’ foreground colors; otherwise, false.

Remarks

Set the AllowGlyphSkinning property to true to enable the glyph skinning feature. In this case, glyphs of the TileNavPane‘s elements are painted using the elements’ foreground colors.

You can override the TileNavPane.AllowGlyphSkinning setting for tiles displayed in drop-down tile bars with the TileNavPaneDropDownOptions.AllowGlyphSkinning property.

To enable or disable glyph skinning for individual NavElements, use the NavElement.AllowGlyphSkinning property.

See Also