Class Gesture

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).

C#
Copy
public class Gesture : BaseHandle, INotifyPropertyChanged, IDynamicResourceHandler, IElement, INameScope, IElementController, IDisposable
Inheritance
System.Object
Tizen.NUI.Binding.Element
Gesture
Derived
Tizen.NUI.RotationGesture
Implements
System.ComponentModel.INotifyPropertyChanged
System.IDisposable

Constructors

View Source

Gesture(Gesture)

The Copy constructor.

Declaration
C#
Copy
public Gesture(Gesture rhs)
Parameters
Type Name Description
Gesture rhs

A reference to the copied handle

API Level: 3

Properties

View Source

State

The gesture state.

Declaration
C#
Copy
public Gesture.StateType State { get; }
Property Value
Type Description
Gesture.StateType
API Level: 3
View Source

Time

The time the gesture took place.

Declaration
C#
Copy
public uint Time { get; }
Property Value
Type Description
System.UInt32
API Level: 3
View Source

Type

The gesture type.

Declaration
C#
Copy
public Gesture.GestureType Type { get; }
Property Value
Type Description
Gesture.GestureType
API Level: 3

Implements

System.ComponentModel.INotifyPropertyChanged
System.IDisposable