StyleTypedPropertyAttribute 类

定义

表示应用于类定义的属性,并确定 Style 类型的属性的 TargetType

[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
继承
StyleTypedPropertyAttribute
属性

构造函数

StyleTypedPropertyAttribute()

初始化 StyleTypedPropertyAttribute 类的新实例。

字段

Property

表示应用于类定义的属性,并确定 Style 类型的属性的 TargetType

StyleTargetType

表示应用于类定义的属性,并确定 Style 类型的属性的 TargetType

适用于

另请参阅