Skip to main content
A newer version of this page is available. .

ApplicationThemeHelper.UseDefaultSvgImages Property

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

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Data.Desktop.v22.2.dll

NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design, DevExpress.Win.Dashboard.Design, DevExpress.Win.Design

Declaration

public static bool UseDefaultSvgImages { get; set; }

Property Value

Type Default Description
Boolean true

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

See Also