Enum SwitchDirection
- Namespace
- Fallencake.UI
- Assembly
- Fallencake.UI.dll
Defines how the toggle handle should move when switching. None: no movement (useful for radio buttons); Horizontal: left-right movement (default); Vertical: up-down movement.
public enum SwitchDirection
Fields
Horizontal = 1None = 0Vertical = 2