Thickness(Double, Double, Double, Double) Constructor
Initializes a new instance of the Thickness structure.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public Thickness(
double left,
double top,
double right,
double bottom
)
Public Sub New (
left As Double,
top As Double,
right As Double,
bottom As Double
)
new :
left : float *
top : float *
right : float *
bottom : float -> Thickness
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.