WalletItem.BodyBackgroundImage Property

Definition

Caution

The ApplicationModel.Wallet namespace is no longer supported, and will soon be deprecated. Developers are encouraged to avoid using this namespace.

Gets or sets the background image of the body of the wallet item (uses a stream).

public:
 property IRandomAccessStreamReference ^ BodyBackgroundImage { IRandomAccessStreamReference ^ get(); void set(IRandomAccessStreamReference ^ value); };
IRandomAccessStreamReference BodyBackgroundImage();

void BodyBackgroundImage(IRandomAccessStreamReference value);
/// [get: Windows.Foundation.Metadata.Deprecated("IWalletItem is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
/// [set: Windows.Foundation.Metadata.Deprecated("IWalletItem is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
IRandomAccessStreamReference BodyBackgroundImage();

void BodyBackgroundImage(IRandomAccessStreamReference value);
public IRandomAccessStreamReference BodyBackgroundImage { get; set; }
public IRandomAccessStreamReference BodyBackgroundImage { [Windows.Foundation.Metadata.Deprecated("IWalletItem is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")] get; [Windows.Foundation.Metadata.Deprecated("IWalletItem is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")] set; }
var iRandomAccessStreamReference = walletItem.bodyBackgroundImage;
walletItem.bodyBackgroundImage = iRandomAccessStreamReference;
Public Property BodyBackgroundImage As IRandomAccessStreamReference

Property Value

The background image of the body of the wallet item. This is a stream that contains the bitmap image.

Attributes

Applies to

See also