Skip to main content

ApplicationThemeHelper.UseDefaultSvgImages Property

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

Namespace: DevExpress.Xpf.Core

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

NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.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