Share via


WalletItem.HeaderBackgroundImage 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 header background image of the wallet item.

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

void HeaderBackgroundImage(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 HeaderBackgroundImage();

void HeaderBackgroundImage(IRandomAccessStreamReference value);
public IRandomAccessStreamReference HeaderBackgroundImage { get; set; }
public IRandomAccessStreamReference HeaderBackgroundImage { [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.headerBackgroundImage;
walletItem.headerBackgroundImage = iRandomAccessStreamReference;
Public Property HeaderBackgroundImage As IRandomAccessStreamReference

Property Value

The header background image of the item.

Attributes

Applies to

See also