Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
- API Level:
- 3
Base structure for different gestures that an application can receive.
A Gesture is an event that is produced from a combination of several touch events
in a particular order or within a certain time frame (for example, pinch).
public class Gesture : Disposable, IDisposable
- Inheritance
-
- Derived
-
Tizen.NUI.RotationGesture
- Implements
-
System.IDisposable
Constructors
Declaration
public Gesture(Gesture rhs)
Parameters
Type |
Name |
Description |
Gesture |
rhs |
A reference to the copied handle
|
API Level: 3
Fields
Declaration
protected bool swigCMemOwn
Field Value
Type |
Description |
System.Boolean |
|
API Level: 3
Properties
Declaration
public Gesture.StateType State { get; }
Property Value
API Level: 3
Declaration
public uint Time { get; }
Property Value
Type |
Description |
System.UInt32 |
|
API Level: 3
Declaration
public Gesture.GestureType Type { get; }
Property Value
API Level: 3
Methods
Declaration
protected override void Dispose(DisposeTypes type)
Parameters
Overrides
API Level: 3
Implements
System.IDisposable