Back to API Reference
Enum
HorizontalAlignment
Specifies horizontal text alignment within the layout bounds.
public static readonly HorizontalAlignment Left = 0Align text to the left edge.
public static readonly HorizontalAlignment Center = 1Center text horizontally.
public static readonly HorizontalAlignment Right = 2Align text to the right edge.
