mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 09:40:21 +00:00
12 lines
271 B
XML
12 lines
271 B
XML
<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>
|