Rectangle.Left Property

Gets x-coordinate of the upper-left corner of the rectangular region defined by this instance.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Input
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntax

'Declaration
Public ReadOnly Property Left As Integer
public int Left { get; }
public:
property int Left {
    int get ();
}
member Left : int with get
function get Left () : int

Property Value

Type: Int32

.NET Framework Security

See Also

Reference

Rectangle Structure

Microsoft.VisualStudio.TestTools.UITest.Input Namespace