Thickness class

Thickness class

Describes the thickness of a frame around a rectangle.

The Thickness type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the Thickness class
that has specific lengths applied to each side of the rectangle.
init Initializes a new instance of the Thickness class
that has the specified uniform length on each side.

Properties

Property Description
left Gets or sets the width of the left side of the bounding rectangle.
top Gets or sets the width of the top side of the bounding rectangle.
right Gets or sets the width of the right side of the bounding rectangle.
bottom Gets or sets the width of the bottom side of the bounding rectangle.

See Also