ApplicationBar.ForegroundColor Property

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

Syntax

'Declaration
Public Property ForegroundColor As Color
public Color ForegroundColor { get; set; }
public:
virtual property Color ForegroundColor {
    Color get () sealed;
    void set (Color value) sealed;
}
abstract ForegroundColor : Color with get, set 
override ForegroundColor : Color with get, set

Property Value

Type: System.Windows.Media.Color

Implements

IApplicationBar.ForegroundColor

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

ApplicationBar Class

Microsoft.Phone.Shell Namespace