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

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

Property Value

Type: System.Drawing.Point
The ending point.

Remarks

Setting this property raises the PropertyChanged event.

.NET Framework Security

See Also

Reference

DragDropAction Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Point

PropertyChanged