Partager via


WalletItem.BodyBackgroundImage Propriété

Définition

Attention

L’espace de noms ApplicationModel.Wallet n’est plus pris en charge et sera bientôt déprécié. Les développeurs sont encouragés à éviter d’utiliser cet espace de noms.

Obtient ou définit l’image d’arrière-plan du corps de l’élément de portefeuille (utilise un flux).

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

Valeur de propriété

Image d’arrière-plan du corps de l’élément de portefeuille. Il s’agit d’un flux qui contient l’image bitmap.

Attributs

S’applique à

Voir aussi