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

    Gets or sets the source for lightweight VS2019 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 VS2019 { get; set; }

    Property Value

    Type Description
    Uri

    The source for lightweight VS2019 themes.

    Remarks

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

    See Also