ThemeDictionaryExtension Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Implements a markup extension that enables application authors to customize control styles based on the current system theme.
public ref class ThemeDictionaryExtension : System::Windows::Markup::MarkupExtension
[System.Windows.Markup.MarkupExtensionReturnType(typeof(System.Uri))]
public class ThemeDictionaryExtension : System.Windows.Markup.MarkupExtension
[<System.Windows.Markup.MarkupExtensionReturnType(typeof(System.Uri))>]
type ThemeDictionaryExtension = class
inherit MarkupExtension
Public Class ThemeDictionaryExtension
Inherits MarkupExtension
- Inheritance
- Attributes
Remarks
This class is a markup extension implementation. Markup extension classes exist mainly to provide infrastructure support for some aspect of the WPF XAML processor implementation, and the members exposed by a markup extension are not typically called from user code. This extension supports the ThemeDictionary Markup Extension usage from XAML.
XAML Text Usage
For XAML information, see ThemeDictionary Markup Extension.
Constructors
ThemeDictionaryExtension() |
Initializes a new instance of the ThemeDictionaryExtension class. |
ThemeDictionaryExtension(String) |
Initializes a new instance of the ThemeDictionaryExtension class, using the specified assembly name. |
Properties
AssemblyName |
Gets or sets a string setting a particular naming convention to identify which dictionary applies for a particular theme. |
Methods
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() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ProvideValue(IServiceProvider) |
Returns an object that should be set on the property where this extension is applied. For ThemeDictionaryExtension, this is the URI value for a particular theme dictionary extension. |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |