[]
        
(Showing Draft Content)

C1.Interop.Thickness.-ctor

Thickness Constructor

Thickness(double)

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

Declaration
public Thickness(double uniformLength)
Parameters
Type Name Description
double uniformLength

The uniform length applied to all four sides of the bounding rectangle.

Thickness(double, double, double, double)

Initializes a Windows.UI.Xaml.Thickness structure that has specific lengths (supplied as a System.Double) applied to each side of the rectangle.

Declaration
public Thickness(double left, double top, double right, double bottom)
Parameters
Type Name Description
double left

The thickness for the left side of the rectangle.

double top

The thickness for the upper side of the rectangle.

double right

The thickness for the right side of the rectangle.

double bottom

The thickness for the lower side of the rectangle.