Enum Label.VAlign

enum VAlign : int { ... }

Enum members

NameDescription
valignBottom Align the whole text to the bottom.
valignCenter Align the whole text to the center.
valignFill Align the whole text by spreading the rows.
valignTop Align the whole text to the top.