WalletTransactionItemBase.BackgroundColor Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets or sets the background color for the front of the card view.

Namespace:  Microsoft.Phone.Wallet
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

Public Property BackgroundColor As Nullable(Of Color)
public Nullable<Color> BackgroundColor { get; set; }

Property Value

Type: System..::.Nullable<(Of <(Color>)>)
The background color for the front of the card view.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

WalletTransactionItemBase Class

Microsoft.Phone.Wallet Namespace