Enum Dialog.ButtonAlignments | Terminal.Gui v1 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

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

Edit this page