Back to Devexpress

Theme.Win10SystemColorsName Field

wpf-devexpress-dot-xpf-dot-core-dot-theme-dot-win10systemcolorsname.md

latest1.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public const string Win10SystemColorsName = "Win10SystemColors"
vb
Public Const Win10SystemColorsName As String = "Win10SystemColors"

Field Value

TypeDescription
String

The theme name.

|

See Also

Theme Class

Theme Members

DevExpress.Xpf.Core Namespace