Skip to main content
All docs
V23.2

LightweightTheme.LargeGlyph Property

Gets or sets the theme’s large icon.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public Uri LargeGlyph { get; set; }

Property Value

Type Description
Uri

The theme’s large icon.

Remarks

The LargeGlyph property does not affect palette themes. Use the SvgGlyph property instead.

See Also