Enum Dialog.ButtonAlignments
Determines the horizontal alignment of the Dialog buttons.
Namespace: Terminal.Gui
Assembly: Terminal.Gui.dll
Syntax
public enum ButtonAlignments
Fields
Name | Description |
---|---|
Center | Center-aligns the buttons (the default). |
Justify | Justifies the buttons |
Left | Left-aligns the buttons |
Right | Right-aligns the buttons |