iOSApp.InvokeDeviceAgentGesture(String, Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Invokes the Device Agent gesture.
public void InvokeDeviceAgentGesture (string gesture, object options = null, object specifiers = null);
member this.InvokeDeviceAgentGesture : string * obj * obj -> unit
Public Sub InvokeDeviceAgentGesture (gesture As String, Optional options As Object = null, Optional specifiers As Object = null)
Parameters
- gesture
- String
The gesture to perform.
- options
- Object
The gesture options.
- specifiers
- Object
The gesture specifiers.