Enumeration

StTextAlign

Declaration

enum St.TextAlign

Description [src]

Used to align text in a label.

Members

Name Description
ST_TEXT_ALIGN_LEFT

Text is aligned at the beginning of the label.

ST_TEXT_ALIGN_CENTER

Text is aligned in the middle of the label.

ST_TEXT_ALIGN_RIGHT

Text is aligned at the end of the label.

ST_TEXT_ALIGN_JUSTIFY No description available.