Skip to main content
All docs
V25.1
  • LWThemeValueExtension Members

    Implements a XAML extension that allows you to specify property values depending on the applied lightweight theme.

    Constructors

    Name Description
    LWThemeValueExtension() Initializes a new instance of the LWThemeValueExtension class.
    LWThemeValueExtension(Object) Initializes a new instance of the LWThemeValueExtension class with specified settings.

    Properties

    Name Description
    Default Gets or sets the default value for all lightweight themes. This is a dependency property.
    Office2019 Gets or sets the value for lightweight Office2019 themes. This is a dependency property.
    Office2019Black Gets or sets the value for the lightweight Office2019Black theme. This is a dependency property.
    Office2019Colorful Gets or sets the value for the lightweight Office2019Colorful theme. This is a dependency property.
    Office2019HighContrast Gets or sets the value for the lightweight Office2019HighContrast theme. This is a dependency property.
    TargetType Gets or sets the target conversion type. This is a dependency property.
    VS2019 Gets or sets the value for lightweight VS2019 themes. This is a dependency property.
    VS2019Blue Gets or sets the value for the lightweight VS2019Blue theme. This is a dependency property.
    VS2019Dark Gets or sets the value for the lightweight VS2019Dark theme. This is a dependency property.
    VS2019Light Gets or sets the value for the lightweight VS2019Light theme. This is a dependency property.
    Win10 Gets or sets the value for lightweight Win10 themes. This is a dependency property.
    Win10Dark Gets or sets the value for the lightweight Win10Dark theme. This is a dependency property.
    Win10Light Gets or sets the value for the lightweight Win10Light theme. This is a dependency property.
    Win11 Gets or sets the value for lightweight Win11 themes. This is a dependency property.
    Win11Dark Gets or sets the value for the lightweight Win11Dark theme. This is a dependency property.
    Win11Light Gets or sets the value for the lightweight Win11Light theme. This is a dependency property.

    Methods

    Name Description
    Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
    Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
    GetHashCode() Serves as the default hash function. Inherited from Object.
    GetType() Gets the Type of the current instance. Inherited from Object.
    MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
    ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
    ToString() Returns a string that represents the current object. Inherited from Object.
    See Also