Skip to main content

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

NuGet Package: DevExpress.Win.Navigation

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