Block.TextAlignment 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定文字內容的水準對齊方式。
public:
property TextAlignment TextAlignment { TextAlignment get(); void set(TextAlignment value); };
TextAlignment TextAlignment();
void TextAlignment(TextAlignment value);
public TextAlignment TextAlignment { get; set; }
var textAlignment = block.textAlignment;
block.textAlignment = textAlignment;
Public Property TextAlignment As TextAlignment
<Paragraph TextAlignment="textAlignmentMemberName"/>
屬性值
文字內容的水準對齊方式。 預設值為 Left。
備註
Block 是 Paragraph的基類。 Paragraph是唯一可以在 Windows 執行階段 XAML 中設定 TextAlignment 值的元素,除非您根據Block建立自訂類別。