[]
Gets or sets the space around the DisplayFieldInfo object.
public Padding Margin { get; set; }
Public Property Margin As Padding
| Type | Description |
|---|---|
| Padding | A System.Windows.Forms.Padding that represents the space around the field.
|