Label.XAlign 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
XAlign is obsolete as of version 2.0.0. Please use HorizontalTextAlignment instead.
取得或設定繫結 Label 內 Text 的水平對齊。
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("XAlign is obsolete as of version 2.0.0. Please use HorizontalTextAlignment instead.")]
public Xamarin.Forms.TextAlignment XAlign { get; set; }
member this.XAlign : Xamarin.Forms.TextAlignment with get, set
屬性值
TextAlignment 值。 默認值為 Start,也就是文字靠左對齊。
- 屬性
-
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute