PersonPicture.ContactProperty Property

Definition

Identifies the Contact dependency property.

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

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

Property Value

The identifier for the Contact dependency property.

Applies to