Udostępnij za pośrednictwem


Właściwość DragAction.StartLocation —

Zwraca lub ustawia punkt początkowy dla operacji przeciągania.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.UITest.Common
Zestaw:  Microsoft.VisualStudio.TestTools.UITest.Common (w Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Składnia

'Deklaracja
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)

Wartość właściwości

Typ: Point
Punkt początkowy.

Uwagi

Podnosi PropertyChanged zdarzenia.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

DragAction Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common

Point

PropertyChanged