2014-07-07 20 views

Odpowiedz

28

Odpowiednik Mode="Minimized" do ApplicationBar jest ClosedDisplayMode="Minimal" do BottomAppBar

<Page.BottomAppBar> 
     <CommandBar ClosedDisplayMode="Minimal"> 
     ... 
     </CommandBar> 
</Page.BottomAppBar> 
6

Obiekt jest na CommandBar, ClosedDisplayMode:

<Page.BottomAppBar> 
     <CommandBar ClosedDisplayMode="Minimal"> 
      <CommandBar.PrimaryCommands> 
      </CommandBar.PrimaryCommands> 
      <CommandBar.SecondaryCommands> 
      </CommandBar.SecondaryCommands> 
     </CommandBar> 
    </Page.BottomAppBar>