Exemplo n.º 1
0
 void bottomPush_Clicked(System.Object sender, System.EventArgs e)
 {
     NavigationExtension.PopupPush(new StaticFullscreenPopupPage()
     {
         VerticalContentOptions = LayoutOptions.EndAndExpand
     });
 }
Exemplo n.º 2
0
 void collectionPush_Clicked(System.Object sender, System.EventArgs e)
 {
     NavigationExtension.PopupPush(new CollectionViewPopupPage()
     {
         VerticalContentOptions = LayoutOptions.EndAndExpand
     });
 }
Exemplo n.º 3
0
 void staticPush_Clicked(System.Object sender, System.EventArgs e)
 {
     NavigationExtension.PopupPush(new StaticFullscreenPopupPage());
 }