Mouse.MouseDragSpeed Property

Gets or sets the mouse move speed.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public Shared Property MouseDragSpeed As Integer
public static int MouseDragSpeed { get; set; }
public:
static property int MouseDragSpeed {
    int get ();
    void set (int value);
}
static member MouseDragSpeed : int with get, set
static function get MouseDragSpeed () : int 
static function set MouseDragSpeed (value : int)

Property Value

Type: Int32
Current settings of the mouse move speed.

.NET Framework Security

See Also

Reference

Mouse Class

Microsoft.VisualStudio.TestTools.UITesting Namespace