'Declaration
Public Property Margin As Padding
'Usage
Dim instance As DateDisplayFieldInfo Dim value As Padding instance.Margin = value value = instance.Margin
public Padding Margin {get; set;}
Property Value
A System.Windows.Forms.Padding that represents the space around the field.The default is "0,0,0,0".