Back to Devexpress

LightweightTheme.LargeGlyph Property

wpf-devexpress-dot-xpf-dot-core-dot-lightweighttheme-32d899b9.md

latest1.1 KB
Original Source

LightweightTheme.LargeGlyph Property

Gets or sets the theme’s large icon.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public Uri LargeGlyph { get; set; }
vb
Public Property LargeGlyph As Uri

Property Value

TypeDescription
Uri

The theme’s large icon.

|

Remarks

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

See Also

LightweightTheme Class

LightweightTheme Members

DevExpress.Xpf.Core Namespace