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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.