Enum ContextPopupDirection

Definition

Namespace:
ElmSharp
Assembly:
ElmSharp.dll
API Level:
preview

Enumeration for the ContextPopup direction types.

C#
Copy
public enum ContextPopupDirection
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.