Proprietà ApplicationBar.ForegroundColor

Spazio dei nomi:  Microsoft.Phone.Shell
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Sintassi

'Dichiarazione
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

Valore proprietà

Tipo: System.Windows.Media.Color

Implementa

IApplicationBar.ForegroundColor

Informazioni sulla versione

.NET per applicazioni Windows Phone

Supportato in: Windows Phone 8, Silverlight 8.1

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ApplicationBar Classe

Spazio dei nomi Microsoft.Phone.Shell