Class Window.HoverEventArgs
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
Event arguments that passed via the hover signal.
C#Copypublic class HoverEventArgs : EventArgs
- Inheritance
-
Window.HoverEventArgs
Properties
View Source
Hover
Hover - contains touch points that represent the points that are currently being hovered or the points where a hover has stopped.
Declaration
C#Copypublic Hover Hover { get; set; }
Property Value
Type | Description |
---|---|
Hover |