Table of Contents

Constructor Thickness

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Thickness(double)

This constructur builds a Thickness with a specified value on every side.

public Thickness(double uniformLength)

Parameters

uniformLength double

The specified uniform length.

Thickness(double, double, double, double)

This constructor builds a Thickness with the specified number of pixels on each side.

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

Parameters

left double

The thickness for the left side.

top double

The thickness for the top side.

right double

The thickness for the right side.

bottom double

The thickness for the bottom side.

Thickness(double, double)

Initializes a new instance of the Thickness structure.

public Thickness(double horizontal, double vertical)

Parameters

horizontal double

The thickness on the left and right.

vertical double

The thickness on the top and bottom.