Represents vertical and horizontal text alignement.
Syntax
public enum TextAlignment
Remarks
Members
| Member Name | Description |
|---|
| Center | Center-aligned text. |
| End | End-flushed text. It means right-aligned (resp: bottom-aligned) for horizontal (resp vertical) alignemnt. |
| Start | Start-flushed text. It means left-aligned (resp: top-aligned) for horizontal (resp vertical) alignemnt. |
Requirements
Namespace: Xamarin.Forms
Assembly: Xamarin.Forms.Core (in Xamarin.Forms.Core.dll)
Assembly Versions: 1.0.0.0, 1.1.0.0, 1.2.0.0, 1.3.0.0