TouchAction.IsGestureComplete Property

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

Syntax

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

Property Value

Type: Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

TouchAction Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace