Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DragAction::StartLocation Property

 

Gets or sets the starting point for the drag operation.

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

public:
property Point StartLocation {
	Point get();
	void set(Point value);
}

Property Value

Type: System.Drawing::Point

The starting point.

Raises the PropertyChanged event.

Return to top
Show: