Enum VerticalAlignment
Text alignment.
Namespace: Evergine.Components.Fonts
Assembly: Evergine.Components.dll
Syntax
public enum VerticalAlignment
Fields
| Name | Description |
|---|---|
| Bottom | Aligns text at the bottom. |
| Center | Aligns text to the center. |
| Top | Aligns text at the top. This is default value for Vertical Alignment enum. |