Skip to main content
All docs
V25.1
  • LWThemeDictionary.Default Property

    Gets or sets the default source for all lightweight themes. This is a dependency property.

    Namespace: DevExpress.Xpf.DXBinding

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

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public Uri Default { get; set; }

    Property Value

    Type Description
    Uri

    The default source for all lightweight themes.

    Remarks

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

    See Also