C# Class PhotoSharingApp.Universal.Controls.LeaderboardsUserControl

User control for user leaderboard data
Inheritance: Windows.UI.Xaml.Controls.UserControl
Mostrar archivo Open project: Microsoft/Appsample-Photosharing

Public Properties

Property Type Description
NavigationCommandProperty Windows.UI.Xaml.DependencyProperty
UserEntryProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
LeaderboardsUserControl ( ) : PhotoSharingApp.Universal.Commands

Initializes a new instance of the LeaderboardsUserControl class.

Method Details

LeaderboardsUserControl() public method

Initializes a new instance of the LeaderboardsUserControl class.
public LeaderboardsUserControl ( ) : PhotoSharingApp.Universal.Commands
return PhotoSharingApp.Universal.Commands

Property Details

NavigationCommandProperty public_oe static_oe property

The dependency property backing the NavigationCommand property
public static DependencyProperty,Windows.UI.Xaml NavigationCommandProperty
return Windows.UI.Xaml.DependencyProperty

UserEntryProperty public_oe static_oe property

The dependency property backing the UserEntryProperty property
public static DependencyProperty,Windows.UI.Xaml UserEntryProperty
return Windows.UI.Xaml.DependencyProperty