Enum PopoverPlacement
Possible placements for a Popover.
Namespace: Unity.AppUI.UI
Syntax
public enum PopoverPlacement
Fields
| Name | Description | Value |
|---|---|---|
| Bottom | The Popover will be placed at the bottom center of the target. |
0 |
| BottomLeft | The Popover will be placed at the bottom-left of the target. |
1 |
| BottomRight | The Popover will be placed at the bottom-right of the target. |
2 |
| BottomStart | The Popover will be placed at the bottom-start of the target. |
3 |
| BottomEnd | The Popover will be placed at the bottom-end of the target. |
4 |
| Top | The Popover will be placed at the top center of the target. |
5 |
| TopLeft | The Popover will be placed at the top-left of the target. |
6 |
| TopRight | The Popover will be placed at the top-right of the target. |
7 |
| TopStart | The Popover will be placed at the top-start of the target. |
8 |
| TopEnd | The Popover will be placed at the top-end of the target. |
9 |
| Left | The Popover will be placed at the left center of the target. |
10 |
| LeftTop | The Popover will be placed at the left-top of the target. |
11 |
| LeftBottom | The Popover will be placed at the left-bottom of the target. |
12 |
| Start | The Popover will be placed at the start center of the target. |
13 |
| StartTop | The Popover will be placed at the start-top of the target. |
14 |
| StartBottom | The Popover will be placed at the start-bottom of the target. |
15 |
| Right | The Popover will be placed at the right center of the target. |
16 |
| RightTop | The Popover will be placed at the right-top of the target. |
17 |
| RightBottom | The Popover will be placed at the right-bottom of the target. |
18 |
| End | The Popover will be placed at the end center of the target. |
19 |
| EndTop | The Popover will be placed at the end-top of the target. |
20 |
| EndBottom | The Popover will be placed at the end-bottom of the target. |
21 |