AppWindowTitleBar.BackgroundColor 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 dello sfondo della barra del titolo.
public:
property IReference<Color> ^ BackgroundColor { IReference<Color> ^ get(); void set(IReference<Color> ^ value); };
IReference<Color> BackgroundColor();
void BackgroundColor(IReference<Color> value);
public System.Nullable<Color> BackgroundColor { get; set; }
var iReference = appWindowTitleBar.backgroundColor;
appWindowTitleBar.backgroundColor = iReference;
Public Property BackgroundColor As Nullable(Of Color)
Valore della proprietà
Colore dello sfondo della barra del titolo. (Vedere Colore).