Guest User

Untitled

a guest
Nov 21st, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <SplitView x:Name="MySplitView" IsPaneOpen="False" CompactPaneLength="50" OpenPaneLength="250" PaneBackground="DarkSeaGreen" DisplayMode="CompactOverlay">
  2. <SplitView.Pane>
  3. <StackPanel>
  4. </StackPanel>
  5. </SplitView.Pane>
  6.  
  7. <SplitView.Content>
  8. <Frame x:Name="MainFrame">
  9. <TextBlock Text="Isi Dari SplitView" FontSize="54" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center"/>
  10. </Frame>
  11. <SplitView.Content>
  12. </SplitView&amp>
Add Comment
Please, Sign In to add comment