Table of Contents

Enum LineStyle

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Defines the style of lines for a LineCanvas.

public enum LineStyle

Fields

Dashed = 2

The border is drawn using thin line glyphs with dashed (double and triple) straight lines.

Dotted = 3

The border is drawn using thin line glyphs with short dashed (triple and quadruple) straight lines.

Double = 4

The border is drawn using thin double line CM.Glyphs.

Heavy = 5

The border is drawn using heavy line CM.Glyphs.

HeavyDashed = 6

The border is drawn using heavy line glyphs with dashed (double and triple) straight lines.

HeavyDotted = 7

The border is drawn using heavy line glyphs with short dashed (triple and quadruple) straight lines.

None = 0

No border is drawn.

Rounded = 8

The border is drawn using thin line glyphs with rounded corners.

RoundedDashed = 9

The border is drawn using thin line glyphs with rounded corners and dashed (double and triple) straight lines.

RoundedDotted = 10

The border is drawn using thin line glyphs with rounded corners and short dashed (triple and quadruple) straight lines.

Single = 1

The border is drawn using thin line CM.Glyphs.