Table of Contents

Enum BorderStyle

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

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

public enum BorderStyle

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.