Thickness.

Thickness(double, double) Constructor

Summary

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

Syntax

public Thickness(double horizontal, double vertical)

Parameters

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

Return Value

Type Description
void