WalletTransactionItemBase.BackgroundColor Property

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

Syntax

'Declaration
Public Property BackgroundColor As Nullable(Of Color)
public Nullable<Color> BackgroundColor { get; set; }
public:
property Nullable<Color> BackgroundColor {
    Nullable<Color> get ();
    void set (Nullable<Color> value);
}
member BackgroundColor : Nullable<Color> with get, set

Property Value

Type: System.Nullable<Color>

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

WalletTransactionItemBase Class

Microsoft.Phone.Wallet Namespace