ThemeInfoAttribute Class
.NET Framework 3.0
Specifies the location in which theme dictionaries are stored for types in an assembly. This class cannot be inherited.
Namespace: System.Windows
Assembly: PresentationFramework (in presentationframework.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
Assembly: PresentationFramework (in presentationframework.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
'Declaration <AttributeUsageAttribute(AttributeTargets.Assembly)> _ Public NotInheritable Class ThemeInfoAttribute Inherits Attribute 'Usage Dim instance As ThemeInfoAttribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Assembly) */ public final class ThemeInfoAttribute extends Attribute
AttributeUsageAttribute(AttributeTargets.Assembly) public final class ThemeInfoAttribute extends Attribute
You cannot use this managed class in XAML.
This attribute is used at the assembly level to indicate which theme dictionaries are being used and where they are located. For example, if your project uses generic.xaml and this file is compiled into the same assembly in which the controls are defined, you would use the following syntax in the resource dictionary of a xaml file.
[assembly:ThemeInfoAttribute(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)]
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.Community Additions
ADD
Show: