[]
Specifies whether text is centered, left-aligned, right-aligned or justified.
public enum C1TextAlignment
Name | Description |
---|---|
Center | Text is centered. |
Justify | Text is justified. |
Left | Text is aligned to the left. |
Right | Text is aligned to the right. |