PersonPicture.ProfilePicture 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定連絡人設定檔圖片的來源。
適用于 UWP 的對等 WinUI 2 API:Microsoft.UI.Xaml.Controls.PersonPicture.ProfilePicture (在Windows 應用程式 SDK中,請參閱Windows 應用程式 SDK命名空間) 。
public:
property ImageSource ^ ProfilePicture { ImageSource ^ get(); void set(ImageSource ^ value); };
ImageSource ProfilePicture();
void ProfilePicture(ImageSource value);
public ImageSource ProfilePicture { get; set; }
var imageSource = personPicture.profilePicture;
personPicture.profilePicture = imageSource;
Public Property ProfilePicture As ImageSource
<PersonPicture ProfilePicture="uri"/>
屬性值
物件,表示所繪製影像的影像來源檔案。 您通常會使用 BitmapImage 物件來設定此專案,此物件會使用統一資源識別元 (URI 建構,) 描述有效影像來源檔案的路徑。 或者,您可以使用資料流程來初始化 BitmapSource ,可能是來自儲存體檔案的資料流程。