StyleTypedPropertyAttribute Class
.NET Framework 3.0
Represents an attribute that is applied to the class definition and determines the TargetTypes of the properties that are of type Style. 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.Class, AllowMultiple:=True)> _ Public NotInheritable Class StyleTypedPropertyAttribute Inherits Attribute 'Usage Dim instance As StyleTypedPropertyAttribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple=true) */ public final class StyleTypedPropertyAttribute extends Attribute
AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple=true) public final class StyleTypedPropertyAttribute extends Attribute
You cannot use this class or its properties in XAML.
Control authors apply this attribute to the class definition to specify the TargetTypes of the properties that are of type Style. For example, if you look at the declaration of the ListBox class, this attribute is used to specify that the TargetType of the ItemContainerStyle property is ListBoxItem.
Subclasses inherit this definition but can redefine the TargetType of the property by using this attribute on its own class definition.
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: