FormattedText.TextAlignment プロパティ

定義

FormattedText オブジェクト内のテキストの配置を取得または設定します。

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

プロパティ値

TextAlignment

TextAlignment オブジェクト内でのテキストの配置を指定する FormattedText 値の 1 つ。

適用対象