Enum HorizontalAlignment
Text alignment.
Namespace: Evergine.Components.Fonts
Assembly: Evergine.Components.dll
Syntax
public enum HorizontalAlignment
Fields
| Name | Description |
|---|---|
| Center | Text is centered. |
| Left | Default.Text is aligned to the left. |
| Right | Text is aligned to the right. |