Back to Devexpress

TileNavPane.AllowGlyphSkinning Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-tilenavpane-e5b8f704.md

latest3.0 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Booleanfalse

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

NavElement.AllowGlyphSkinning

TileNavPaneDropDownOptions.AllowGlyphSkinning

Glyph

TileImage

Glyph Skinning

ForeColor

Appearance

AppearanceItem

TileNavPane Class

TileNavPane Members

DevExpress.XtraBars.Navigation Namespace