Skip to main content
A newer version of this page is available. .
All docs
V23.1

LightweightSystemTheme.EffectiveTheme Property

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

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public LightweightTheme EffectiveTheme { get; }

Property Value

Type Description
LightweightTheme

The applied theme.

See Also