NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RectangleF.Left

Retrieves the left value for this RectangleF.

[Visual Basic]
Public ReadOnly Property Left As Single
[C#]
public float Left {get;}
[C++]
public: __property float get_Left();
[JScript]
public function get Left() : float;

See Also

RectangleF Structure | RectangleF Members | System.Drawing Namespace