Cookie Consent by Free Privacy Policy Generator Polipone
<aprile 2025>
lunmarmergiovensabdom
31123456
78910111213
14151617181920
21222324252627
2829301234
567891011
 

    <Page.BottomAppBar>

        <CommandBar x:Name="mainCommandBar" Visibility="Visible"  >

            <CommandBar.SecondaryCommands>

                <AppBarButton x:Name="btnAbout" Label="About" Click="btnAbout_Click" />

                <AppBarButton x:Name="btnRate" Label="Rate" Click="btnRate_Click" />

            </CommandBar.SecondaryCommands>

        </CommandBar>

    </Page.BottomAppBar>

 

 

 

Se si vuole visualizzare in formato Compresso su WP, allora inserire il seguente codice in C#

 

#if WINDOWS_PHONE_APP

            mainCommandBar.ClosedDisplayMode = AppBarClosedDisplayMode.Minimal;

#endif

Notifiche

Privacy