Enum BorderStyle | Terminal.Gui v1 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Specifies the border style for a View and to be used by the Border class.

Fields

Double = 2

The border is drawn with a double line limits.

None = 0

No border is drawn.

Rounded = 3

The border is drawn with a single line and rounded corners limits.

Single = 1

The border is drawn with a single line limits.