Share via


SystemColors.InactiveCaptionBrush Propriété

Définition

Obtient un SolidColorBrush qui est la couleur d’arrière-plan de la barre de titre d’une fenêtre inactive.

public:
 static property System::Windows::Media::SolidColorBrush ^ InactiveCaptionBrush { System::Windows::Media::SolidColorBrush ^ get(); };
public static System.Windows.Media.SolidColorBrush InactiveCaptionBrush { get; }
member this.InactiveCaptionBrush : System.Windows.Media.SolidColorBrush
Public Shared ReadOnly Property InactiveCaptionBrush As SolidColorBrush

Valeur de propriété

SolidColorBrush

Couleur d’arrière-plan de la barre de titre d’une fenêtre inactive.

Remarques

Utilisation d'attributs XAML

<object property="{x:Static SystemColors.InactiveCaptionBrush}"/>  

Valeurs XAML

x:Static
Extension x:Static Markup.

S’applique à