TextAlignment Enum
Namespace: Stride.GraphicsAssembly: Stride.Graphics.dll
Specify the available text alignment when rendering text.
public enum TextAlignment
Fields
| Name | Description |
|---|---|
| Center | The text will be centered. |
| Left | The text will aligned on the left border. |
| Right | The text will be aligned on the right border. |