Class PalmCoverEventArgs
Definition
- Namespace:
- Tizen.NUI.WindowSystem
- Assembly:
- Tizen.NUI.WindowSystem.dll
This class contains the data related to the PalmCover event.
public class PalmCoverEventArgs : EventArgs
- Inheritance
-
objectPalmCoverEventArgs
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 |
Duration
Duration
Declaration
public int Duration { get; }
Property Value
| Type | Description |
|---|---|
| int |
Mode
Mode
Declaration
public int Mode { get; }
Property Value
| Type | Description |
|---|---|
| int |
Pressure
Pressure
Declaration
public double Pressure { get; }
Property Value
| Type | Description |
|---|---|
| double |
Size
Size
Declaration
public double Size { get; }
Property Value
| Type | Description |
|---|---|
| double |