TouchAction.GestureType Property

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

TouchAction Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace