TextAlign
Declaration
public sealed enum Strawberry.Graphics.Text.TextAlign
The alignment of the text
Members
| Name | Value | Description |
|---|---|---|
Left |
0 | Left aligned |
Right |
1 | Right aligned |
Center |
2 | Center aligned |
Fields
Left static
Left aligned
TextAlign Left = 0
Right static
Right aligned
TextAlign Right = 1
Center static
Center aligned
TextAlign Center = 2