Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 MouseMoveSpeed As Integer
public static int MouseMoveSpeed { get; set; }
public:
static property int MouseMoveSpeed {
int get ();
void set (int value);
}
static member MouseMoveSpeed : int with get, set
static function get MouseMoveSpeed () : int
static function set MouseMoveSpeed (value : int)
Property Value
Type: System.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.