add sample ux-files

This commit is contained in:
Erik Faye-Lund
2016-02-22 18:45:59 +01:00
parent ead85379ed
commit cc6106f31b
2 changed files with 68 additions and 0 deletions

11
samples/XML/MyApp.ux Normal file
View File

@@ -0,0 +1,11 @@
<App Theme="Basic">
<EdgeNavigator HitTestMode="LocalBoundsAndChildren">
<Panel Width="150" EdgeNavigation.Edge="Left" Background="#f63" />
<Panel>
<Text Alignment="Center">
This is an example of EdgeNavigator!
</Text>
</Panel>
</EdgeNavigator>
</App>