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