Enum VerticalAlignment
Text alignment.
Namespace: Evergine.Components.Fonts
Assembly: Evergine.Components.dll
Syntax
public enum VerticalAlignment
Fields
Name | Description |
---|---|
Bottom | Text is aligned to the bottom. |
Center | Text is aligned to the center. |
Top | Default.Text is aligned to the top. |