Condividi tramite


WalletItem.HeaderBackgroundImage Proprietà

Definizione

Attenzione

Lo spazio dei nomi ApplicationModel.Wallet non è più supportato e verrà presto deprecato. Gli sviluppatori sono invitati a evitare di usare questo spazio dei nomi.

Ottiene o imposta l'immagine di sfondo dell'intestazione dell'elemento portafoglio.

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

Valore della proprietà

Immagine di sfondo dell'intestazione dell'elemento.

Attributi

Si applica a

Vedi anche