Skip to main content
All docs
V23.2

Theme.Win10SystemColorsName Field

The theme that applies the Win10Dark or Win10Light theme depending on the Windows OS’s app mode. This theme also gets the Window OS’s accent color and applies it to your application. Refer to the following topic for more information: Use Windows Accent Color and App Mode.

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public const string Win10SystemColorsName = "Win10SystemColors"

Field Value

Type Description
String

The theme name.

See Also