C# Class PhotoSharingApp.Universal.Controls.UserProfilePictureControl

Control which displays a user's profile picture.
Inheritance: Windows.UI.Xaml.Controls.UserControl
Mostrar archivo Open project: Microsoft/Appsample-Photosharing

Public Properties

Property Type Description
ShowBorderProperty Windows.UI.Xaml.DependencyProperty
SourceProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
UserProfilePictureControl ( ) : System

The constructor

Method Details

UserProfilePictureControl() public method

The constructor
public UserProfilePictureControl ( ) : System
return System

Property Details

ShowBorderProperty public_oe static_oe property

Identified the ShowBorder dependency property
public static DependencyProperty,Windows.UI.Xaml ShowBorderProperty
return Windows.UI.Xaml.DependencyProperty

SourceProperty public_oe static_oe property

Identified the Source dependency property
public static DependencyProperty,Windows.UI.Xaml SourceProperty
return Windows.UI.Xaml.DependencyProperty