Enum Label.Align

enum Align : int { ... }

Enum members

NameDescription
alignCenter Align rows centered.
alignFill Expand row whitespaces to fit the width.
alignLeft Align rows to the left (default).
alignRight Align rows to the right.