Thickness Constructor

Initializes a new instance of Thickness.
 

Parameters

top

Type: Number
The thickness on the top side.
Optional: True
right

Type: Number
The thickness on the right side.
Optional: True
bottom

Type: Number
The thickness on the bottom side.
Optional: True
left

Type: Number
The thickness on the left side.
Optional: True

Examples

The following example initializes a new instance of a Thickness object:

var newObject = new dundas.Thickness();