Summary
Initializes a new instance of the
Thickness
structure.
Syntax
public Thickness(double left, double top, double right, double bottom)
Parameters
Name | Type | Description |
---|---|---|
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. |
Return Value
Type | Description |
---|---|
void |