StyleTypedPropertyAttribute Class

Definition

Represents an attribute that is applied to the class definition and determines the TargetTypes of the properties that are of type Style.

[Windows.Foundation.Metadata.AllowMultiple]
[Windows.Foundation.Metadata.AttributeUsage(System.AttributeTargets.RuntimeClass)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public sealed class StyleTypedPropertyAttribute : Attribute
Public NotInheritable Class StyleTypedPropertyAttribute
Inherits Attribute
Inheritance
StyleTypedPropertyAttribute
Attributes

Constructors

StyleTypedPropertyAttribute()

Initializes a new instance of the StyleTypedPropertyAttribute class.

Fields

Property
StyleTargetType

Applies to

See also