Margin Property (Designer)
In This Topic
Gets or sets the space between controls.
Syntax
'Declaration
Public Property Margin As Padding
public Padding Margin {get; set;}
Property Value
A
System.Windows.Forms.Padding representing the space between controls.
See Also