[]
Initializes the PaddingEx structure.
public PaddingEx(int all)
| Type | Name | Description |
|---|---|---|
| int | all | All paddings. |
Initializes the PaddingEx structure.
public PaddingEx(int left, int top, int right, int bottom)
| Type | Name | Description |
|---|---|---|
| int | left | The left padding. |
| int | top | The top padding. |
| int | right | The right padding. |
| int | bottom | The bottom padding. |
_paddings = new PaddingEx(1, 1, 1, 1);