AppWindowTitleBar.ForegroundColor Propiedad

Definición

Obtiene o establece el color de la barra de título en primer plano.

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)

Valor de propiedad

Color de la barra de título en primer plano.

Se aplica a

Consulte también