MouseAction.WheelDirection Property

 

Gets or sets the direction and amount in pixels of the mouse wheel motion.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

public int WheelDirection { get; set; }
public:
property int WheelDirection {
    int get();
    void set(int value);
}
member WheelDirection : int with get, set
Public Property WheelDirection As Integer

Property Value

Type: System.Int32

A positive number indicates a forward direction (down); a negative number indicates a reverse direction (up).

Remarks

Setting this property raises the PropertyChanged event.

See Also

PropertyChanged
MouseAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top