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