Class Gesture
Definition
- Assembly:
- Tizen.NUI.dll
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).
C#Copypublic class Gesture : BaseHandle, INotifyPropertyChanged, IDisposable
- Inheritance
- Derived
- Implements
-
System.ComponentModel.INotifyPropertyChangedSystem.IDisposable
Constructors
Declaration
C#Copypublic Gesture(Gesture rhs)
Parameters
Type | Name | Description |
---|---|---|
Gesture | rhs | A reference to the copied handle |
Properties
Declaration
C#Copypublic Gesture.StateType State { get; }
Property Value
Type | Description |
---|---|
Gesture.StateType |
Declaration
C#Copypublic uint Time { get; }
Property Value
Type | Description |
---|---|
uint |
Declaration
C#Copypublic Gesture.GestureType Type { get; }
Property Value
Type | Description |
---|---|
Gesture.GestureType |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IDisposable