[]
Sets all of the Margin properties at once.
public void SetMargins(int left, int top, int right, int bottom)
Public Sub SetMargins(left As Integer, top As Integer, right As Integer, bottom As Integer)
| Type | Name | Description |
|---|---|---|
| int | left | Left margin. |
| int | top | Top margin. |
| int | right | Right margin. |
| int | bottom | Bottom margin. |