enum
TextAlign
public sealed enum TextAlign : Enum Possible values for text-align CSS property.
Enum Values
| Name | Value | Description |
|---|---|---|
Auto | | Unused. |
Left | | Align the text to the left. |
Center | | Align the text to the horizontal center. |
Right | | Align the text to the right. |