Gets or sets the space around the
Field.
'Declaration
Public Property Margin As Padding
'Usage
Dim instance As Field
Dim value As Padding
instance.Margin = value
value = instance.Margin
public Padding Margin {get; set;}
Property Value
A
System.Windows.Forms.Padding representing the space between field.
The default is "0,0,0,0".