Enum SwipeDirection
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
The direction of a swipe event for a MudSwipeArea component.
public enum SwipeDirection
- Extension Methods
Fields
BottomToTop = 4
The swipe is happening from bottom to top.
LeftToRight = 1
The swipe is happening from left to right.
None = 0
The swipe direction is unknown.
RightToLeft = 2
The swipe is happening from right to left.
TopToBottom = 3
The swipe is happening from top to bottom.