ToolStripPanelRow::Margin Property

 

Gets or sets the space between controls.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property Padding Margin {
	Padding get();
	void set(Padding value);
}

Property Value

Type: System.Windows.Forms::Padding

A Padding representing the space between controls.

.NET Framework
Available since 2.0
Return to top
Show: