Rectangle::Left Property

 

Gets the x-coordinate of the left edge of this Rectangle structure.

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

public:
[BrowsableAttribute(false)]
property int Left {
	int get();
}

Property Value

Type: System::Int32

The x-coordinate of the left edge of this Rectangle structure.

.NET Framework
Available since 1.1
Return to top
Show: