RectangleF::Left Property

 

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

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

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

Property Value

Type: System::Single

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

.NET Framework
Available since 1.1
Return to top
Show: