C# Class PopupMenu.MainPage

An empty page that can be used on its own or navigated to within a Frame.
Inheritance: Windows.UI.Xaml.Controls.Page
Exibir arquivo Open project: TelerikAcademy/Windows-Applications

Public Methods

Method Description
GetElementRect ( FrameworkElement element ) : Rect
MainPage ( ) : System

Private Methods

Method Description
OnPhoneModelClicked ( object sender, RightTappedRoutedEventArgs e ) : void

Method Details

GetElementRect() public static method

public static GetElementRect ( FrameworkElement element ) : Rect
element Windows.UI.Xaml.FrameworkElement
return Windows.Foundation.Rect

MainPage() public method

public MainPage ( ) : System
return System