Skip to main content

Deconstruct Method

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

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public void Deconstruct(
out double left,
out double top,
out double right,
out double bottom
)

Parameters

  Double
The thickness on the left.
  Double
The thickness on the top.
  Double
The thickness on the right.
  Double
The thickness on the bottom.

See Also

Reference

Thickness Structure
Avalonia Namespace