[]
Initializes a new instance of the Margins class.
public Margins()
Public Sub New()
Initializes a new instance of the Margins class.
public Margins(int left, int right, int top, int bottom)
Public Sub New(left As Integer, right As Integer, top As Integer, bottom As Integer)
| Type | Name | Description |
|---|---|---|
| int | left | |
| int | right | |
| int | top | |
| int | bottom |