Enum FloatingButtonPosition
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
Enumeration for the FloatingButtonPosition.
public enum FloatingButtonPosition
Fields
| 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. |