Search
Thickness Members
Constructors Methods
 


Describes the thickness of a rectangular frame.

The following tables list the members exposed by the Thickness type.

 Public Constructors

  Name Description

Thickness

Overloaded. Initializes a new instance of the Thickness class.

 Public Methods

  Name Description

getBottom

Gets the width of the bottom side of the frame.

getHeight

Returns the sum of  the Top and Bottom margins.

getLeft

Gets the width of the left side of the frame.

getRight

Gets the width of the right side of the frame.

getTop

Gets the width of the top side of the frame.

getWidth

Returns the sum of Left and Right margins.

setBottom

Sets the width of the bottom side of the frame.

setLeft

Sets the width of the left side of the frame.

setRight

Sets the width of the right side of the frame.

setTop

Sets the width of the top side of the frame.

 See Also