Enum PopoverPlacement
Possible placements for a Popover.
Namespace: Unity.AppUI.UI
Assembly: Unity.AppUI.dll
Syntax
[Serializable]
public enum PopoverPlacement
Fields
| Name | Description |
|---|---|
| Bottom | The Popover will be placed at the bottom center of the target. |
| BottomEnd | The Popover will be placed at the bottom-end of the target. |
| BottomLeft | The Popover will be placed at the bottom-left of the target. |
| BottomRight | The Popover will be placed at the bottom-right of the target. |
| BottomStart | The Popover will be placed at the bottom-start of the target. |
| End | The Popover will be placed at the end center of the target. |
| EndBottom | The Popover will be placed at the end-bottom of the target. |
| EndTop | The Popover will be placed at the end-top of the target. |
| InsideBottom | The Popover will be placed inside the target, at the bottom center. |
| InsideBottomEnd | The Popover will be placed inside the target, at the bottom right. |
| InsideBottomStart | The Popover will be placed inside the target, at the bottom left. |
| InsideCenter | The Popover will be placed inside the target, at the center. |
| InsideEnd | The Popover will be placed inside the target, at the center right. |
| InsideStart | The Popover will be placed inside the target, at the center left. |
| InsideTop | The Popover will be placed inside the target, at the top center. |
| InsideTopEnd | The Popover will be placed inside the target, at the top right. |
| InsideTopLeft | The Popover will be placed inside the target, at the top left. |
| InsideTopStart | The Popover will be placed inside the target, at the top left. |
| Left | The Popover will be placed at the left center of the target. |
| LeftBottom | The Popover will be placed at the left-bottom of the target. |
| LeftTop | The Popover will be placed at the left-top of the target. |
| Right | The Popover will be placed at the right center of the target. |
| RightBottom | The Popover will be placed at the right-bottom of the target. |
| RightTop | The Popover will be placed at the right-top of the target. |
| Start | The Popover will be placed at the start center of the target. |
| StartBottom | The Popover will be placed at the start-bottom of the target. |
| StartTop | The Popover will be placed at the start-top of the target. |
| Top | The Popover will be placed at the top center of the target. |
| TopEnd | The Popover will be placed at the top-end of the target. |
| TopLeft | The Popover will be placed at the top-left of the target. |
| TopRight | The Popover will be placed at the top-right of the target. |
| TopStart | The Popover will be placed at the top-start of the target. |