MouseAction.Location Property

 

Gets or sets the relative location in the current element where the pointer operation occurred.

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

Syntax

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

Property Value

Type: System.Drawing.Point

The relative element location of the mouse operation.

Remarks

Setting this property raises the PropertyChanged event.

See Also

PropertyChanged
Point
MouseAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top