Condividi tramite


Proprietà DragDropAction.StopLocation

 

Ottiene o imposta il punto finale 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 StopLocation { get; set; }
public:
property Point StopLocation {
    Point get();
    void set(Point value);
}
member StopLocation : Point with get, set
Public Property StopLocation As Point

Valore proprietà

Type: System.Drawing.Point

Punto finale.

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