Back to Devexpress

ApplicationThemeHelper.UseDefaultSvgImages Property

wpf-devexpress-dot-xpf-dot-core-dot-applicationthemehelper-faa92a27.md

latest1.1 KB
Original Source

ApplicationThemeHelper.UseDefaultSvgImages Property

Gets or sets whether to display vector or bitmap icons within WPF controls.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public static bool UseDefaultSvgImages { get; set; }
vb
Public Shared Property UseDefaultSvgImages As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to display vector icons; false to display bitmap icons.

|

See Also

ApplicationThemeHelper Class

ApplicationThemeHelper Members

DevExpress.Xpf.Core Namespace