WalletItem.HeaderBackgroundImage Свойство

Определение

Внимание!

Пространство имен ApplicationModel.Wallet больше не поддерживается и скоро станет нерекомендуемым. Разработчикам рекомендуется избегать использования этого пространства имен.

Возвращает или задает фоновое изображение заголовка элемента кошелька.

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

Значение свойства

Фоновое изображение заголовка элемента.

Атрибуты

Применяется к

См. также раздел