DragDropAction.StopLocation Property

 

Gets or sets the ending point for the drag and drop operation.

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

Syntax

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

Property Value

Type: System.Drawing.Point

The ending point.

Remarks

Setting this property raises the PropertyChanged event.

See Also

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

Return to top