Class EdgeSwipeEventArgs
Definition
- Namespace:
- Tizen.NUI.WindowSystem
- Assembly:
- Tizen.NUI.WindowSystem.dll
This class contains the data related to the EdgeSwipe event.
public class EdgeSwipeEventArgs : EventArgs
- Inheritance
-
objectEdgeSwipeEventArgs
Properties
View SourceEdge
Edge
Declaration
public int Edge { get; }
Property Value
| Type | Description |
|---|---|
| int |
Fingers
Fingers
Declaration
public int Fingers { get; }
Property Value
| Type | Description |
|---|---|
| int |
Mode
Mode
Declaration
public int Mode { get; }
Property Value
| Type | Description |
|---|---|
| int |
Sx
Sx
Declaration
public int Sx { get; }
Property Value
| Type | Description |
|---|---|
| int |
Sy
Sy
Declaration
public int Sy { get; }
Property Value
| Type | Description |
|---|---|
| int |