Enum AccessibilityCoordinateType

Definition

Namespace:
Tizen.NUI.BaseComponents
Assembly:
Tizen.NUI.dll

Accessibility coordinate type describing if coordinates are relative to screen or window

C#
Copy
public enum AccessibilityCoordinateType : int
Name Description
Screen

Specifies xy coordinates relative to the screen.

Window

Specifies xy coordinates relative to the component's top-level window.

See Also

Extension Methods