TextAlignment - ahatornn/clforms GitHub Wiki
TextAlignment
ClForms.Common.TextAlignment
Specifies whether the text in the object is left-aligned, right-aligned, centered
public enum TextAlignment
Values
| value | Description |
|---|---|
| Center | Text is centered |
| Left | Default. Text is aligned to the left |
| Right | Text is aligned to the right |