Summary
Initializes a new instance of the
Thickness
structure.
Syntax
public Thickness(double horizontal, double vertical)
Parameters
Name | Type | Description |
---|---|---|
horizontal | double | The thickness on the left and right. |
vertical | double | The thickness on the top and bottom. |
Return Value
Type | Description |
---|---|
void |