Compartir a través de


ApplicationViewTitleBar.InactiveForegroundColor Propiedad

Definición

Obtiene o establece el color de la barra de título en primer plano cuando está inactivo.

public:
 property IReference<Color> ^ InactiveForegroundColor { IReference<Color> ^ get(); void set(IReference<Color> ^ value); };
IReference<Color> InactiveForegroundColor();

void InactiveForegroundColor(IReference<Color> value);
public System.Nullable<Color> InactiveForegroundColor { get; set; }
var iReference = applicationViewTitleBar.inactiveForegroundColor;
applicationViewTitleBar.inactiveForegroundColor = iReference;
Public Property InactiveForegroundColor As Nullable(Of Color)

Valor de propiedad

Color de la barra de título en primer plano cuando está inactivo. (Vea Color).

Se aplica a