Share via


DragAction.MoveBy Property

 

Gets or sets a value that indicates where to drag the object.

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

Syntax

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

Property Value

Type: System.Drawing.Point

The location to which the object is dragged.

Remarks

Raises the PropertyChanged event.

See Also

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

Return to top