Skip to content

Instantly share code, notes, and snippets.

@danhollick
Created August 24, 2017 13:28
Show Gist options
  • Select an option

  • Save danhollick/c571225eb48efaeee7311b8d88bf406e to your computer and use it in GitHub Desktop.

Select an option

Save danhollick/c571225eb48efaeee7311b8d88bf406e to your computer and use it in GitHub Desktop.
<PageControl>
<Page Background="#6DBFD2" ux:Name="bluePage" >
<Text Value="Click Me!" Alignment="Center" TextColor="White">
<Clicked>
<NavigateTo Target="redPage" />
</Clicked>
</Text>
</Page>
<Page Background="#F1D751" ux:Name="yellowPage" />
<Page Background="#DB6882" ux:Name="redPage" />
</PageControl>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment