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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.