Condividi tramite


Proprietà DragDropAction.StartLocation

 

Ottiene o imposta il punto iniziale per l'operazione di trascinamento.

Spazio dei nomi:   Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintassi

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

Valore proprietà

Type: System.Drawing.Point

Punto iniziale.

Note

L'impostazione di questa proprietà determina la generazione dell'evento PropertyChanged.

Vedere anche

Point
PropertyChanged
Classe DragDropAction
Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Common

Torna all'inizio