TextAlignment Enum 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates values that control text alignment.
public enum class TextAlignmentpublic enum TextAlignmenttype TextAlignment = Public Enum TextAlignment- Inheritance
- 
				TextAlignment
Fields
| Name | Value | Description | 
|---|---|---|
| Start | 0 | Indicates that text will be aligned to the left or top of horizontally or vertically aligned text, respectively. | 
| Center | 1 | Indicates that text will be aligned in the middle of either horizontally or vertically aligned text. | 
| End | 2 | Indicates that text will be aligned to the right or bottom of horizontally or vertically aligned text, respectively. | 
| Justify | 3 | Indicates that text will be stretched to fill the available width, with words spaced evenly across the line. |