SystemTray.BackgroundColor Property

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

Syntax

'Declaration
Public Shared Property BackgroundColor As Color
public static Color BackgroundColor { get; set; }
public:
static property Color BackgroundColor {
    Color get ();
    void set (Color value);
}
static member BackgroundColor : Color with get, set

Property Value

Type: System.Windows.Media.Color

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

SystemTray Class

Microsoft.Phone.Shell Namespace