The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
SystemTray.ForegroundColor Property
May 02, 2013
Gets or sets the foreground color of the system tray on the current application page.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.
<object> <object.ForegroundColor> <Color .../> </object.ForegroundColor> </object>
Property Value
Type: System.Windows.Media.ColorThe foreground color of the system tray on the current application page.
| Exception | Condition |
|---|---|
| InvalidOperationException | There is no active PhoneApplicationPage object. |