TouchAction.IsGestureComplete Property

 

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

Syntax

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

Property Value

Type: System.Boolean

Returns Boolean.

See Also

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

Return to top