Enum Popup.ContextualModeType
Definition
- Namespace:
- Tizen.NUI.UIComponents
- Assembly:
- Tizen.NUI.dll
The types of the contextual layout.
The popup is positioned adjacent to it's parent in the direction specified by this mode.
NON_CONTEXTUAL disables any contextual positioning.
public enum Popup.ContextualModeType
Fields
Name | Description |
---|---|
Above | Above |
Below | Below |
Left | Left |
NonContextual | any contextual positioning |
Rright | Rright |