EntryCell.XAlign Property

Definition

Caution

XAlign is obsolete as of version 2.0.0. Please use HorizontalTextAlignment instead.

Gets or sets the horizontal alignement of the Text property. This is a bindable property.

[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

Property Value

Default is Start.

Attributes

Applies to