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: Point
The ending point.
Remarks
Setting this property 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.