Enum Menu.RelativePosition

Definition

Namespace:
Tizen.NUI.Components
Assembly:
Tizen.NUI.Components.dll
API Level:
9

The Menu's relative position to Anchor.

C#
Copy
public enum RelativePosition
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.