AppWindowTitleBar.ForegroundColor Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta il colore della barra del titolo in primo piano.
public:
property IReference<Color> ^ ForegroundColor { IReference<Color> ^ get(); void set(IReference<Color> ^ value); };
IReference<Color> ForegroundColor();
void ForegroundColor(IReference<Color> value);
public System.Nullable<Color> ForegroundColor { get; set; }
var iReference = appWindowTitleBar.foregroundColor;
appWindowTitleBar.foregroundColor = iReference;
Public Property ForegroundColor As Nullable(Of Color)
Valore della proprietà
Colore della barra del titolo in primo piano. (Vedere Colore).