Enum Menu.RelativePosition
Definition
- Namespace:
- Tizen.NUI.Components
- Assembly:
- Tizen.NUI.Components.dll
The Menu's relative position to Anchor.
public enum Menu.RelativePosition
Fields
Name | Description |
---|---|
Center | At the center of the Anchor. If this is used with HorizontalPositionToAnchor or VerticalPositionToAnchor, then Menu is positioned to the middle of the Anchor. |
End | At the end of the Anchor. If this is used with HorizontalPositionToAnchor, then Menu is positioned to the right (LTR) of the Anchor or left (RTL) of the Anchor. If this is used with VerticalPositionToAnchor, then Menu is positioned to the bottom of the Anchor. |
Start | At the start of the Anchor. If this is used with HorizontalPositionToAnchor, then Menu is positioned to the left (LTR) of the Anchor or right (RTL) of the Anchor. If this is used with VerticalPositionToAnchor, then Menu is positioned to the top of the Anchor. |