ThicknessDeconstruct Method

Deconstructor the thickness into its left, top, right and bottom thickness values.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public void Deconstruct(
	out double left,
	out double top,
	out double right,
	out double bottom
)

Parameters

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.

See Also