Skip to main content
All docs
V23.2

LightweightTheme.SmallGlyph Property

Gets or sets the theme’s small icon.

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public Uri SmallGlyph { get; set; }

Property Value

Type Description
Uri

The theme’s small icon.

Remarks

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

See Also