Is there anyway to set one menu item at the bottom of shell like the image?
so you will have all normal menus:
and then at the bottom of it a:
<MenuItem Text="Logout" IconImageSource="logout"
Command="{Binding SignOutCommand}">
</MenuItem>
You could try to define the
MenuItemTemplate
as a workaround to achieve this: