Enum CustomViewBehaviour
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
- API Level:
- 3
This specifies customView behavior types.
C#Copypublic enum CustomViewBehaviour : int
Name | Description |
---|---|
DisableSizeNegotiation | True if the control does not need size negotiation, i.e., it can be skipped in the algorithm. |
DisableStyleChangeSignals | Use to make style change event disabled. |
LastViewBehaviourFlag | Do not use! This will be deprecated! |
RequiresHoverEventsSupport | True if OnHover() callback is required. |
RequiresKeyboardNavigationSupport | Use to provide key navigation support. |
RequiresTouchEventsSupport | True if OnTouch() callback is required. |
RequiresWheelEventsSupport | True if OnWheel() callback is required. |
ViewBehaviourDefault | Use to provide default behavior (size negotiation is on, event callbacks are not called). |