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
- 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.