Back to Devexpress

LightweightTheme.SmallGlyph Property

wpf-devexpress-dot-xpf-dot-core-dot-lightweighttheme-95ef9f55.md

latest1.1 KB
Original Source

LightweightTheme.SmallGlyph Property

Gets or sets the theme’s small icon.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

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

Property Value

TypeDescription
Uri

The theme’s small icon.

|

Remarks

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

See Also

LightweightTheme Class

LightweightTheme Members

DevExpress.Xpf.Core Namespace