Share via


WalletItemCustomProperty.DetailViewPosition 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 optional position of this property when shown in the wallet item's detail view.

public:
 property WalletDetailViewPosition DetailViewPosition { WalletDetailViewPosition get(); void set(WalletDetailViewPosition value); };
WalletDetailViewPosition DetailViewPosition();

void DetailViewPosition(WalletDetailViewPosition value);
/// [get: Windows.Foundation.Metadata.Deprecated("IWalletItemCustomProperty 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("IWalletItemCustomProperty is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
WalletDetailViewPosition DetailViewPosition();

void DetailViewPosition(WalletDetailViewPosition value);
public WalletDetailViewPosition DetailViewPosition { get; set; }
public WalletDetailViewPosition DetailViewPosition { [Windows.Foundation.Metadata.Deprecated("IWalletItemCustomProperty 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("IWalletItemCustomProperty 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 walletDetailViewPosition = walletItemCustomProperty.detailViewPosition;
walletItemCustomProperty.detailViewPosition = walletDetailViewPosition;
Public Property DetailViewPosition As WalletDetailViewPosition

Property Value

The optional position of this property when shown in the wallet item's detail view, as a value of the enumeration. The default is Hidden.

Attributes

Applies to

See also