Enum WebHitTestResult.ResultContext
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
Enumeration for context of hit test result.
C#Copypublic enum ResultContext : int
Name | Description |
---|---|
Document | Anywhere in the document. |
Editable | The area which is editable |
Image | An image element. |
Link | A hyperlink element. |
Media | a video or audio element. |
Selection | The area which is selected. |
Text | the area which is text |