public enum LineAlignment
Public Enumeration LineAlignment
public enum class LineAlignment
type LineAlignment
Left | 0 | Left aligned line of text. |
Right | 1 | Right aligned line of text. |
Center | 2 | Line of text aligned on the center. |
Justify | 3 | Text of the line should be justified using the whole available line width if there is no line breake symbol. |