Who to set Mode="Minimized"
in WP8.1 WINRT for a BottomAppBar
?
The equivalent of Mode="Minimized"
for ApplicationBar is ClosedDisplayMode="Minimal"
for BottomAppBar
<Page.BottomAppBar>
<CommandBar ClosedDisplayMode="Minimal">
...
</CommandBar>
</Page.BottomAppBar>