Control.Margin Property

Definition

Gets or sets the space between controls.

public:
 property System::Windows::Forms::Padding Margin { System::Windows::Forms::Padding get(); void set(System::Windows::Forms::Padding value); };
public System.Windows.Forms.Padding Margin { get; set; }
member this.Margin : System.Windows.Forms.Padding with get, set
Public Property Margin As Padding

Property Value

A Padding representing the space between controls.

Remarks

Controls receive default values for Margin that are reasonably close to Windows user interface guidelines. Some adjustments might still be necessary for particular applications.

Note

Setting the Margin property on a docked control has no effect on the distance of the control from the edges of its container.

Applies to