Skip to main content
All docs
V25.1
  • LightweightTheme.LargeGlyph Property

    Gets or sets the theme’s large icon.

    Namespace: DevExpress.Xpf.Core

    Assembly: DevExpress.Xpf.Core.v25.1.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