ThemeDictionaryExtension Class
.NET Framework 3.0
Implements a markup extension that enables application authors to customize control styles based on the current system theme.
Namespace: System.Windows
Assembly: PresentationFramework (in presentationframework.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
System.Windows Namespace
Assembly: PresentationFramework (in presentationframework.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
'Declaration <MarkupExtensionReturnTypeAttribute(GetType(Uri))> _ Public Class ThemeDictionaryExtension Inherits MarkupExtension 'Usage Dim instance As ThemeDictionaryExtension
/** @attribute MarkupExtensionReturnTypeAttribute(System.Uri) */ public class ThemeDictionaryExtension extends MarkupExtension
MarkupExtensionReturnTypeAttribute(System.Uri) public class ThemeDictionaryExtension extends MarkupExtension
For XAML information, see ThemeDictionary Markup Extension.
This class is a markup extension implementation. Markup extension classes exist mainly to provide infrastructure support for some aspect of the WPF XAML reader 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.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Reference
ThemeDictionaryExtension MembersSystem.Windows Namespace
Other Resources
ThemeDictionary Markup ExtensionCommunity Additions
ADD
Show: