Skip to main content
All docs
V26.1
  • LWThemeValueExtension.Win10Dark Property

    Gets or sets the value for the lightweight Win10Dark theme. This is a dependency property.

    Namespace: DevExpress.Xpf.DXBinding

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

    Declaration

    public object Win10Dark { get; set; }

    Property Value

    Type Description
    Object

    The value for the lightweight Win10Dark theme.

    Remarks

    Refer to the following topic for additional information: Set Theme-Specific Values in XAML.

    See Also