Navigator.SwipeBack Property
Adds a swipe gesture to navigate backwards in the router history.
This specifies the direction the user should swipe to go back. The default is None, indicating swiping is not enabled.
This can be disabled on a per-page basis by specifying SwipeBack="None" on the page.
Location
- Namespace
- Fuse.Controls
- Package
- Fuse.Controls.Navigation 2.9.1
Returns
Possible Values
- None
-
No swiping is enabled.
- Default
-
Used on pages to indicate they should use the Navigator swipe direction
- Left
-
Used on pages to indicate they should use the Navigator swipe direction
- LeftEdge
-
Used on pages to indicate they should use the Navigator swipe direction
- Up
-
Used on pages to indicate they should use the Navigator swipe direction
- Bottom
-
Used on pages to indicate they should use the Navigator swipe direction
- Right
-
Used on pages to indicate they should use the Navigator swipe direction
- RightEdge
-
Used on pages to indicate they should use the Navigator swipe direction
- Down
-
Used on pages to indicate they should use the Navigator swipe direction
- Top
-
Used on pages to indicate they should use the Navigator swipe direction