Bypass : bool ux
Avoids transition animation while navigating when set to true.
Navigate to a page.
This action is for navigating a PageControl directly. Consider using Router instead to perform more structured navigation.
<PageControl>
<Page>
<Grid Background="#282a37" Rows="auto,1*" Padding="20">
<Image Alignment="Center" Url="https://fusetools-web.azureedge.net/fusetools-web/v1464939897151/images/logo_white.png" Width="100" Height="100" />
<Button Text="Settings">
<Clicked>
<NavigateTo Target="settings" />
</Clicked>
</Button>
</Grid>
</Page>
<Page ux:Name="settings">
<Grid Padding="20" Rows="auto, 30" Background="#282a37">
<Text Value="Settings" Color="#fff" Alignment="TopCenter" FontSize="20"/>
<Slider />
</Grid>
</Page>
</PageControl>
Avoids transition animation while navigating when set to true.
Clear forward history on navigation when set to true.
Creates a new NavigateTo
Page to navigate to.
The number of seconds after the start of the trigger that the action should be performed.
hide
hide
hide