Back to Devexpress

BaseGallery.AllowGlyphSkinning Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-gallery-dot-basegallery-356aecdf.md

latest1.6 KB
Original Source

BaseGallery.AllowGlyphSkinning Property

Gets or sets whether items within this gallery should colorize their icons using foreground colors.

Namespace : DevExpress.XtraBars.Ribbon.Gallery

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Booleanfalse

true if items within this gallery should colorize their icons using foreground colors; otherwise, false.

|

Remarks

See the Glyph Skinning topic for more details.

See Also

Glyph Skinning

BaseGallery Class

BaseGallery Members

DevExpress.XtraBars.Ribbon.Gallery Namespace