struct
NavLink
Defines the navigation Target for a navigation direction. If Type == Auto,
then the system will attempt to find the nearest navigable element in the designated direction.
Fields
| Fallback | Designates the fallback behavior in the event a navigation target isn't found or is not configured to be navigable. |
| Target | |
| Type | The type of navigation associated with this link. |
Static Fields
| Auto | A NavLink configured for automatic navigation. |
| Empty | A NavLink configured to not navigate to anything nor fire any events. |
Operators
| Implicit(GestureRecognizer to NavLink) | Implicit operator. |