Class EdgeDragEventArgs
Definition
- Namespace:
- Tizen.NUI.WindowSystem
- Assembly:
- Tizen.NUI.WindowSystem.dll
This class contains the data related to the EdgeDrag event.
public class EdgeDragEventArgs : EventArgs
- Inheritance
-
objectEdgeDragEventArgs
Properties
View SourceCx
Cx
Declaration
public int Cx { get; }
Property Value
| Type | Description |
|---|---|
| int |
Cy
Cy
Declaration
public int Cy { get; }
Property Value
| Type | Description |
|---|---|
| int |
Edge
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 |