[]
Creates an empty set of margins (Inset object).
public Inset()
Public Sub New()
Creates a set of margins (Inset object) with the specified values.
public Inset(int left, int top, int right, int bottom)
Public Sub New(left As Integer, top As Integer, right As Integer, bottom As Integer)