TextBox.HorizontalTextAlignment プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
TextBox 内のテキストの配置方法を示す値を取得または設定します。
public:
property TextAlignment HorizontalTextAlignment { TextAlignment get(); void set(TextAlignment value); };
TextAlignment HorizontalTextAlignment();
void HorizontalTextAlignment(TextAlignment value);
public TextAlignment HorizontalTextAlignment { get; set; }
var textAlignment = textBox.horizontalTextAlignment;
textBox.horizontalTextAlignment = textAlignment;
Public Property HorizontalTextAlignment As TextAlignment
<TextBox HorizontalTextAlignment="textAlignmentValue"/>
プロパティ値
テキストの配置方法を指定する TextAlignment 列挙値の 1 つ。 既定値は Left です。
Windows の要件
デバイス ファミリ |
Windows 10 Fall Creators Update (10.0.16299.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v5.0 で導入)
|
注釈
このプロパティは、 TextAlignment プロパティと同じ機能を提供します。 両方のプロパティが競合する値に設定されている場合は、最後の 1 つのセットが使用されます。
Fall Creators Update (SDK 16299) 以降を対象とするアプリでは 、TextAlignment の代わりにこのプロパティを使用する必要があります。 アプリで以前のバージョンもサポートされている場合は、「 バージョン アダプティブ アプリ: 以前のバージョンとの互換性を維持しながら新しい API を使用 する」を参照してください。