AppWindowTitleBar.ForegroundColor Propriété

Définition

Obtient ou définit la couleur du premier plan de la barre de titre.

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)

Valeur de propriété

Couleur du premier plan de la barre de titre.

S’applique à

Voir aussi