TextAlignment Enumeration |
Namespace: Windows.UI.Xaml
public enum TextAlignment
Member name | Value | Description | |
---|---|---|---|
Center | 0 | Text is centered within the container. | |
Left | 1 | Text is aligned to the left edge of the container. | |
Right | 2 | Text is aligned to the right edge of the container. | |
Justify | 3 | Text is justified within the container. |