Skip to main content
All docs
V23.2

LightweightSystemTheme.IsSystemColorsTheme Property

Gets whether the Windows accent color is applied to the theme.

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool IsSystemColorsTheme { get; }

Property Value

Type Description
Boolean

true if the Windows accent color is applied to the theme; otherwise, false.

See Also