[]
Constructor for one argument.
public Margin(int all)
Public Sub New(all As Integer)
| Type | Name | Description |
|---|---|---|
| int | all | The value to set for all margins. |
Constructor for four arguments.
public Margin(int top, int right, int bottom, int left)
Public Sub New(top As Integer, right As Integer, bottom As Integer, left As Integer)
| Type | Name | Description |
|---|---|---|
| int | top | The top margin value. |
| int | right | The right margin value. |
| int | bottom | The bottom margin value. |
| int | left | The left margin value. |