Created
August 24, 2017 13:28
-
-
Save danhollick/c571225eb48efaeee7311b8d88bf406e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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