Enum FloatingButtonPosition

Definition

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

Enumeration for the FloatingButtonPosition.

C#
Copy
public enum FloatingButtonPosition
Name Description
Center

Shows all of the buttons, but lies on the center.

Left

Shows all of the buttons, but lies on the left.

LeftOut

Hides in the left, but only the small handler will show.

Right

Shows all of the buttons, but lies on the right.

RightOut

Hides in the right, but only the small handler will show.