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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.