Thickness.

Thickness(double, double, double, double) Constructor

Summary

Initializes a new instance of the Thickness structure.
Namespace
Avalonia
Containing Type
Thickness

Syntax

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

Parameters

Name Type Description
left double The thickness on the left.
top double The thickness on the top.
right double The thickness on the right.
bottom double The thickness on the bottom.

Return Value

Type Description
void