Partager via


Rectangle.Location Property

Gets or sets the coordinates of the upper-left corner of the rectangular region represented by this rectangle instance.

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

Syntax

'Declaration
Public Property Location As Point
public Point Location { get; set; }
public:
property Point Location {
    Point get ();
    void set (Point value);
}
member Location : Point with get, set
function get Location () : Point 
function set Location (value : Point)

Property Value

Type: Microsoft.VisualStudio.TestTools.UITest.Input.Point

.NET Framework Security

See Also

Reference

Rectangle Structure

Microsoft.VisualStudio.TestTools.UITest.Input Namespace