Guest User

Untitled

a guest
Jan 17th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. <Window x:Class="WpfApplication.MainWindow"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
  5. xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
  6. xmlns:local="clr-namespace:WpfApplication"
  7. mc:Ignorable="d"
  8. Title="MainWindow" Height="350" Width="525">
  9. <Grid>
  10. <MenuFlyout>
  11. <MenuFlyoutItem Text="Share" >
  12. <MenuFlyoutItem.Icon>
  13. <FontIcon Glyph="&#xE72D;" />
  14. </MenuFlyoutItem.Icon>
  15. </MenuFlyoutItem>
  16. <MenuFlyoutItem Text="Copy" Icon="Copy" />
  17. <MenuFlyoutItem Text="Delete" Icon="Delete" />
  18. <MenuFlyoutSeparator />
  19. <MenuFlyoutItem Text="Rename" />
  20. <MenuFlyoutItem Text="Select" />
  21. </MenuFlyout>
  22. </Grid>
Add Comment
Please, Sign In to add comment