NavigationGotoMode Enum
What type of navigation page transition is being performed.
Each mode should be explicitly handled to allow for future additions.
Location
- Namespace
- Fuse.Navigation
- Package
- Fuse.Navigation 2.9.1
Possible Values
- Transition
-
The request is for a normal transition (animated) to the target page
- Bypass
-
The request is to immediately change to target page bypassing any animations
- Prepare
-
This page is being prepared for an interactive transition, such as the user sliding the page into view. The indicated page becomes the target of partial progress. If this is not supported then nothing happens and partial progress does not work.
Interface of NavigationGotoMode
Bypass : NavigationGotoMode uno
The request is to immediately change to target page bypassing any animations
HasFlag(NavigationGotoMode) : bool uno
NavigationGotoMode - NavigationGotoMode : NavigationGotoMode uno
NavigationGotoMode != NavigationGotoMode : bool uno
NavigationGotoMode & NavigationGotoMode : NavigationGotoMode uno
NavigationGotoMode ^ NavigationGotoMode : NavigationGotoMode uno
NavigationGotoMode == NavigationGotoMode : bool uno
NavigationGotoMode | NavigationGotoMode : NavigationGotoMode uno
Prepare : NavigationGotoMode uno
This page is being prepared for an interactive transition, such as the user sliding the page into view. The indicated page becomes the target of partial progress. If this is not supported then nothing happens and partial progress does not work.
Transition : NavigationGotoMode uno
The request is for a normal transition (animated) to the target page