SystemTray.GetForegroundColor 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 ForegroundColor 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 ForegroundColor attached property.
Return Value
Type: System.Windows.Media.ColorThe foreground color of the system tray on the current application page.
Show: