WalletItem.UserImage Property

Namespace:  Microsoft.Phone.Wallet
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
Public Property UserImage As BitmapSource
public BitmapSource UserImage { get; set; }
public:
property BitmapSource^ UserImage {
    BitmapSource^ get ();
    void set (BitmapSource^ value);
}
member UserImage : BitmapSource with get, set

Property Value

Type: System.Windows.Media.Imaging.BitmapSource

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

WalletItem Class

Microsoft.Phone.Wallet Namespace