Enum VerticalTextAlignment
Defines the alignment in y direction.
Namespace: Fusee.Engine.Common
Assembly: Fusee.Engine.Common.dll
Syntax
public enum VerticalTextAlignment
Fields
Name | Description |
---|---|
Bottom | The text will be aligned to the bottom border of the enclosing MinMaxRect. |
Center | The text will be aligned to the middle of vertical axis of the enclosing MinMaxRect. |
Top | The text will be aligned to the top border of the enclosing MinMaxRect. |