TouchAction.GestureType Property

 

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

Syntax

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

Property Value

Type: Microsoft.VisualStudio.TestTools.UITest.Common.GestureType

Returns GestureType.

See Also

TouchAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top