Table of Contents

Struct Thickness

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Describes the thickness of a frame around a rectangle. Four int values describe the Left, Top, Right, and Bottom sides of the rectangle, respectively.

public struct Thickness
Inherited Members

Constructors

Thickness(int)

Initializes a new instance of the Thickness structure that has the specified uniform length on each side.

Thickness(int, int, int, int)

Initializes a new instance of the Thickness structure that has specific lengths (supplied as a int) applied to each side of the rectangle.

Fields

Bottom

Gets or sets the width, in integers, of the lower side of the bounding rectangle.

Left

Gets or sets the width, in integers, of the left side of the bounding rectangle.

Right

Gets or sets the width, in integers, of the right side of the bounding rectangle.

Top

Gets or sets the width, in integers, of the upper side of the bounding rectangle.

Methods

ToString()

Returns the fully qualified type name of this instance.