AppWindowTitleBar.BackgroundColor Propiedad

Definición

Obtiene o establece el color del fondo de la barra de título.

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)

Valor de propiedad

Color del fondo de la barra de título.

Se aplica a

Consulte también