ToolStripPanelRow::Padding Property

 

Gets or sets padding within the control.

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

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

Property Value

Type: System.Windows.Forms::Padding

A Padding representing the control's internal spacing characteristics.

.NET Framework
Available since 2.0
Return to top
Show: