StyleTypedPropertyAttribute.Property 属性

定义

获取或设置类型为 Style 的属性的名称。

public:
 property System::String ^ Property { System::String ^ get(); void set(System::String ^ value); };
public string Property { get; set; }
member this.Property : string with get, set
Public Property Property As String

属性值

String

类型为 Style 的属性的名称。

注解

XAML 文本用法

不能在 XAML 中使用此属性。

适用于