C# Class PhotoSharingApp.Universal.Views.LeaderboardsPage

The leaderboards page.
Inheritance: BasePage
Afficher le fichier Open project: Microsoft/Appsample-Photosharing

Méthodes publiques

Méthode Description
LeaderboardsPage ( ) : Microsoft.Practices.ServiceLocation

The constructor.

Méthodes protégées

Méthode Description
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Méthode Description
LeaderboardsPage_Loaded ( object sender, RoutedEventArgs e ) : void
LeaderboardsPage_SizeChanged ( object sender, SizeChangedEventArgs e ) : void
UpdateHubSectionHeaderFontSize ( ) : void
UpdateLeaderboardsControlWidthAndHeight ( ) : void

Method Details

LeaderboardsPage() public méthode

The constructor.
public LeaderboardsPage ( ) : Microsoft.Practices.ServiceLocation
Résultat Microsoft.Practices.ServiceLocation

OnNavigatedTo() protected méthode

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
Résultat void