Skip to main content
All docs
V23.2

LightweightSystemTheme.EffectiveTheme Property

Gets the applied theme (Dark, Light, or HighContrast).

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public LightweightTheme EffectiveTheme { get; }

Property Value

Type Description
LightweightTheme

The applied theme.

See Also