Skip to content

Instantly share code, notes, and snippets.

@timgabrhel
Created November 14, 2014 15:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timgabrhel/0f4c38afe771b7aac0ee to your computer and use it in GitHub Desktop.
Save timgabrhel/0f4c38afe771b7aac0ee to your computer and use it in GitHub Desktop.
MenuFlyout
<MenuFlyout x:Key="WintsyListingPreviewFlyout"
MenuFlyoutPresenterStyle="{StaticResource WintsyMenuFlyoutPresenterStyle}"
Placement="Bottom">
<MenuFlyoutItem Text="favorite"
Command="{Binding FavoriteListingCommand, Mode=OneWay}" />
<MenuFlyoutItem Text="view shop" />
</MenuFlyout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment