Enum ContextPopupDirection
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
Enumeration for the ContextPopup direction types.
[Obsolete("This has been deprecated in API12")]
public enum ContextPopupDirection
Fields
Name | Description |
---|---|
Down | The ContextPopup appears below the clicked area. /// |
Left | The ContextPopup appears to the left of the clicked area. |
Right | The ContextPopup appears to the right of the clicked area. |
Unknown | The ContextPopup does not determine it's direction yet. |
Up | The ContextPopup appears above the clicked area. |