Share via


PersonPicture.ProfilePicture Property

Definition

Overloads

ProfilePicture

Gets or sets the source of the contact's profile picture.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

ProfilePicture

Gets or sets the source of the contact's profile picture.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

public:
 property ImageSource ^ ProfilePicture { ImageSource ^ get(); void set(ImageSource ^ value); };
ImageSource ProfilePicture();

void ProfilePicture(ImageSource value);
public ImageSource ProfilePicture { get; set; }
Public Property ProfilePicture As ImageSource
<PersonPicture ProfilePicture="uri"/>

Property Value

An object that represents the image source file for the drawn image. Typically you set this with a BitmapImage object, constructed with the Uniform Resource Identifier (URI) that describes the path to a valid image source file. Or, you can initialize a BitmapSource with a stream, perhaps a stream from a storage file.

Applies to