Deconstruct Method
Deconstructor the thickness into its left, top, right and bottom thickness values.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public void Deconstruct(
out double left,
out double top,
out double right,
out double bottom
)
Public Sub Deconstruct (
<OutAttribute> ByRef left As Double,
<OutAttribute> ByRef top As Double,
<OutAttribute> ByRef right As Double,
<OutAttribute> ByRef bottom As Double
)
member Deconstruct :
left : float byref *
top : float byref *
right : float byref *
bottom : float byref -> unit
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.