Thickness.

Deconstruct(double, double, double, double) Method

Summary

Deconstructor the thickness into its left, top, right and bottom thickness values.
Namespace
Avalonia
Containing Type
Thickness

Syntax

public void Deconstruct(out double left, out double top, out double right, out 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