Struct Thickness | Terminal.Gui v1 (original) (raw)
Namespace
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.
Inherited Members
Constructors
Initializes a new instance of the Thickness structure that has the specified uniform length on each side.
Initializes a new instance of the Thickness structure that has specific lengths (supplied as a int) applied to each side of the rectangle.
Fields
Gets or sets the width, in integers, of the lower side of the bounding rectangle.
Gets or sets the width, in integers, of the left side of the bounding rectangle.
Gets or sets the width, in integers, of the right side of the bounding rectangle.
Gets or sets the width, in integers, of the upper side of the bounding rectangle.
Methods
Returns the fully qualified type name of this instance.