ToolStripPanel::RowMargin Property

 

Gets or sets the spacing, in pixels, between the ToolStripPanelRows and the ToolStripPanel.

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

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

Property Value

Type: System.Windows.Forms::Padding

A Padding value representing the spacing, in pixels.

.NET Framework
Available since 2.0
Return to top
Show: