PersonPicture.ProfilePictureProperty Property

Definition

Identifies the ProfilePicture dependency property.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.PersonPicture.ProfilePictureProperty (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

public:
 static property DependencyProperty ^ ProfilePictureProperty { DependencyProperty ^ get(); };
static DependencyProperty ProfilePictureProperty();
public static DependencyProperty ProfilePictureProperty { get; }
var dependencyProperty = PersonPicture.profilePictureProperty;
Public Shared ReadOnly Property ProfilePictureProperty As DependencyProperty

Property Value

The identifier for the ProfilePicture dependency property.

Applies to