TextBlock.HorizontalTextAlignment 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值表示 TextBlock 中的文字對齊方式。
public:
property TextAlignment HorizontalTextAlignment { TextAlignment get(); void set(TextAlignment value); };
TextAlignment HorizontalTextAlignment();
void HorizontalTextAlignment(TextAlignment value);
public TextAlignment HorizontalTextAlignment { get; set; }
var textAlignment = textBlock.horizontalTextAlignment;
textBlock.horizontalTextAlignment = textAlignment;
Public Property HorizontalTextAlignment As TextAlignment
<TextBlock HorizontalTextAlignment="textAlignmentValue"/>
屬性值
其中一個 TextAlignment 列舉值,指定文字的對齊方式。 預設值為 Left。
Windows 需求
裝置系列 |
Windows 10 Fall Creators Update (已於 10.0.16299.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v5.0 引進)
|
備註
此屬性提供與 TextAlignment 屬性相同的功能。 如果這兩個屬性都設定為衝突的值,則會使用最後一個集合。
以 Fall Creators Update (SDK 16299) 或更新版本為目標的應用程式應該使用此屬性,而不是 TextAlignment。 如果您的應用程式也支援舊版,請參閱 版本調適型應用程式:使用新的 API,同時維持與舊版的相容性 ,以取得詳細資訊。