Compartir a través de


WalletItem.BodyBackgroundImage Propiedad

Definición

Precaución

El espacio de nombres ApplicationModel.Wallet ya no se admite y pronto quedará en desuso. Se recomienda a los desarrolladores evitar el uso de este espacio de nombres.

Obtiene o establece la imagen de fondo del cuerpo del elemento de cartera (usa una secuencia).

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

Valor de propiedad

Imagen de fondo del cuerpo del artículo de cartera. Se trata de una secuencia que contiene la imagen de mapa de bits.

Atributos

Se aplica a

Consulte también