Enum PopupOrientation
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
Enumeration for the popup orientation types.
public enum PopupOrientation
Fields
| Name | Description |
|---|---|
| Bottom | Appears in the bottom of parent. |
| BottomLeft | Appears in the bottom left of parent. |
| BottomRight | Appears in the bottom right of parent. |
| Center | Appears in the center of parent. |
| Left | Appears in the left of parent. |
| Right | Appears in the right of parent. |
| Top | Appears in the top of parent, by default. |
| TopLeft | Appears in the top left of parent. |
| TopRight | Appears in the top right of parent. |