ThicknessDeconstruct Method
Deconstructor the thickness into its left, top, right and bottom thickness values.
Namespace: AvaloniaAssembly: 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
)
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
- 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.