Enum Button.TextAlign

enum TextAlign : int { ... }

Enum members

NameDescription
alignCenter Align the text to the center.
alignLeft Align the text to the left.
alignRight Align the text to the right.