Table of Contents

Constructor Thickness

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Thickness(int)

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

public Thickness(int length)

Parameters

length int

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.

public Thickness(int left, int top, int right, int bottom)

Parameters

left int
top int
right int
bottom int