Xamarin.Forms.TextAlignment Enumeration
Represents vertical and horizontal text alignement.

Syntax

public enum TextAlignment

Remarks

This affects the way the text is diaplayed inside of its control bounds.

Members

Member NameDescription
CenterCenter-aligned text.
EndEnd-flushed text. It means right-aligned (resp: bottom-aligned) for horizontal (resp vertical) alignemnt.
StartStart-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