FrameworkElementFactory.Text プロパティ

定義

生成するテキスト文字列を取得または設定します。

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

プロパティ値

String

生成する文字列。

適用対象