SwipeType Enum
This page contains documentation for advanced Fuse features, so we have
taken the liberty to tick the "Show advanced things" checkbox above for
you in advance to be able to provide you with some additional information.
Determines the behavior of a SwipeGesture.
Location
- Namespace
- Fuse.Gestures
- Package
- Fuse.Gestures 2.9.1
Possible Values
- Simple
-
Swipes are completed when the pointer is released after the user has swiped over the entire distance of the SwipeGesture.
- Active
-
Swiping toggles between an active/inactive state.
- Auto
-
Swipes are completed when the user has swiped over the entire distance of the SwipeGesture, and further swipes can be initiated without releasing the pointer.
Interface of SwipeType
Active : SwipeType uno
Auto : SwipeType uno
Swipes are completed when the user has swiped over the entire distance of the SwipeGesture, and further swipes can be initiated without releasing the pointer.
HasFlag(SwipeType) : bool uno
Simple : SwipeType uno
Swipes are completed when the pointer is released after the user has swiped over the entire distance of the SwipeGesture.