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