Table of Contents

Constructor Thickness

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

Thickness(double)

Initializes a new instance of the Thickness struct with the same value on every side.

public Thickness(double uniform)

Parameters

uniform double

The specified uniform length.

Thickness(double, double, double, double)

Initializes a new instance of the Thickness struct with the specified values for the 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 with the specified values for the horizontal and vertical sides.

public Thickness(double horizontal, double vertical)

Parameters

horizontal double

The thickness on the left and right sides.

vertical double

The thickness on the top and bottom sides.