SystemTray.GetBackgroundColor Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the value of the BackgroundColor attached property for a specified phone application page.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Parameters
- element
- Type: System.Windows.DependencyObject
The page for which to get the BackgroundColor attached property.
Return Value
Type: System.Windows.Media.ColorThe background color of the system tray on the current application page.
Show: