Skip to main content
All docs
V25.1
  • LightweightSystemTheme.IsSystemColorsTheme Property

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

    Namespace: DevExpress.Xpf.Core

    Assembly: DevExpress.Xpf.Core.v25.1.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