Compartir a través de


DragDropAction.StartLocation (Propiedad)

Obtiene o establece el punto inicial de la operación de arrastrar y colocar.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITest.Common
Ensamblado:  Microsoft.VisualStudio.TestTools.UITest.Common (en Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintaxis

'Declaración
Public Property StartLocation As Point
    Get
    Set
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)

Valor de propiedad

Tipo: System.Drawing.Point
Punto inicial.

Comentarios

Al establecer esta propiedad se produce el evento PropertyChanged.

Seguridad de .NET Framework

Vea también

Referencia

DragDropAction Clase

Microsoft.VisualStudio.TestTools.UITest.Common (Espacio de nombres)

Point

PropertyChanged