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 では使用できません。

適用対象