Enum HorizontalAlignment
Text alignment.
Namespace: Evergine.Components.Fonts
Assembly: Evergine.Components.dll
Syntax
public enum HorizontalAlignment
Fields
| Name | Description |
|---|---|
| Center | The text is centered. |
| Left | Aligns text to the left. This is default value for Horizontal Alignment enum. |
| Right | Aligns text to the right. |