WalletDetailViewPosition
WalletDetailViewPosition
WalletDetailViewPosition
WalletDetailViewPosition
Enum
Definition
Describes the position in the detail view of a wallet item that a WalletItemCustomProperty record should be displayed at.
public : enum class WalletDetailViewPositionpublic enum WalletDetailViewPositionPublic Enum WalletDetailViewPosition// You can use this enum in JavaScript.
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| CenterField1 CenterField1 CenterField1 CenterField1 | If the value of the property at this position contains a URL (http:// or https://), the data is displayed as a button that can navigate to that URL. |
| FooterField1 FooterField1 FooterField1 FooterField1 | The first footer slot in UI. |
| FooterField2 FooterField2 FooterField2 FooterField2 | The second footer slot in UI. |
| FooterField3 FooterField3 FooterField3 FooterField3 | The third footer slot in UI. |
| FooterField4 FooterField4 FooterField4 FooterField4 | The fourth footer slot in UI. |
| HeaderField1 HeaderField1 HeaderField1 HeaderField1 | The first header slot in UI. |
| HeaderField2 HeaderField2 HeaderField2 HeaderField2 | The second header slot in UI. |
| Hidden Hidden Hidden Hidden | This property is hidden from the detail view of the wallet item, but will be displayed on the back-of-card view of the item. |
| PrimaryField1 PrimaryField1 PrimaryField1 PrimaryField1 | The first content slot in UI. |
| PrimaryField2 PrimaryField2 PrimaryField2 PrimaryField2 | The second content slot in UI. |
| SecondaryField1 SecondaryField1 SecondaryField1 SecondaryField1 | The first content slot in UI under Header2. |
| SecondaryField2 SecondaryField2 SecondaryField2 SecondaryField2 | The second content slot in UI under Header2. |
| SecondaryField3 SecondaryField3 SecondaryField3 SecondaryField3 | The third content slot in UI under Header2. |
| SecondaryField4 SecondaryField4 SecondaryField4 SecondaryField4 | The fourth content slot in UI under Header2. |
| SecondaryField5 SecondaryField5 SecondaryField5 SecondaryField5 | The fifth content slot in UI under Header2. |