Table of Contents

Enum ArrangeButtons

Namespace
Terminal.Gui.ViewBase
Assembly
Terminal.Gui.dll

Identifies the different arrangement buttons that can be displayed on a border during arrange mode.

public enum ArrangeButtons

Fields

AllSize = 1

Button for resizing from all directions (typically displayed in bottom-right corner).

BottomSize = 5

Button for resizing from the bottom edge.

LeftSize = 2

Button for resizing from the left edge.

Move = 0

Button for moving the view (typically displayed in top-left corner).

RightSize = 3

Button for resizing from the right edge.

TopSize = 4

Button for resizing from the top edge.