C# Class PhotoSharingApp.Universal.Views.LeaderboardsPage

The leaderboards page.
Inheritance: BasePage
Mostrar archivo Open project: Microsoft/Appsample-Photosharing

Public Methods

Method Description
LeaderboardsPage ( ) : Microsoft.Practices.ServiceLocation

The constructor.

Protected Methods

Method Description
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method Description
LeaderboardsPage_Loaded ( object sender, RoutedEventArgs e ) : void
LeaderboardsPage_SizeChanged ( object sender, SizeChangedEventArgs e ) : void
UpdateHubSectionHeaderFontSize ( ) : void
UpdateLeaderboardsControlWidthAndHeight ( ) : void

Method Details

LeaderboardsPage() public method

The constructor.
public LeaderboardsPage ( ) : Microsoft.Practices.ServiceLocation
return Microsoft.Practices.ServiceLocation

OnNavigatedTo() protected method

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return void