Enum Dialog.ButtonAlignments
Determines the horizontal alignment of the Dialog buttons.
public enum Dialog.ButtonAlignments
Fields
Center = 0
Center-aligns the buttons (the default).
Justify = 1
Justifies the buttons
Left = 2
Left-aligns the buttons
Right = 3
Right-aligns the buttons