DragDropAction.StartLocation Property
Gets or sets the starting 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 StartLocation As Point
public Point StartLocation { get; set; }
public:
property Point StartLocation {
Point get ();
void set (Point value);
}
member StartLocation : Point with get, set
function get StartLocation () : Point
function set StartLocation (value : Point)
Property Value
Type: Point
The starting 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.