Enum PositionOption
Enumeration for position type of popup
Namespace: Tizen.Wearable.CircularUI.Forms
Assembly: Tizen.Wearable.CircularUI.Forms.dll
Syntax
public enum PositionOption
Fields
Name | Description |
---|---|
Absolute | The value of Offset is X, Y and popup is placed on the screen. |
BottomOfView | The popup appears at the bottom of the View using the Effect. The position is changed by Offset in the center of View. |
CenterOfParent | In the center of the screen, move by the Offset in the Popup. |
Relative | Set Offset.X * Window.Width, Offset.Y * Window.Height. |