Version

HorizontalTextAlignment Enumeration

Represents the various horizontal text alignment types.
Syntax
public enum HorizontalTextAlignment : System.Enum 
Members
MemberDescription
CenterAlign text in the center of the line.
DistributedDistributes the words across the entire line.
JustifiedAlign text so it is justified across the line.
JustifiedLowAligns the text with an adjusted kashida length for Arabic text.
LeftAlign the text to the left of the line.
RightAlign the text to the right of the line.
ThaiDistributedDistributes Thai text by treating each character as a word.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also