Padding::Left Property

 

Gets or sets the padding value for the left edge.

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

public:
property int Left {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The padding, in pixels, for the left edge.

Setting this value can also alter the All property.

.NET Framework
Available since 2.0
Return to top
Show: