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