[]
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)