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)
Syntax
public Point StartLocation { get; set; }
public:
property Point StartLocation {
Point get();
void set(Point value);
}
member StartLocation : Point with get, set
Public Property StartLocation As Point
Property Value
Type: System.Drawing.Point
The starting point.
Remarks
Raises the PropertyChanged event.
See Also
Point
PropertyChanged
DragAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top