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

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

Property Value

Type: Point
The location to which the object is dragged.

Remarks

Raises the PropertyChanged event.

.NET Framework Security

See Also

Reference

DragAction Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Point

PropertyChanged