SystemColors.InactiveCaptionTextBrush Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft ein SolidColorBrush-Objekt ab, das die Textfarbe der Titelleiste eines inaktiven Fensters angibt.
public:
static property System::Windows::Media::SolidColorBrush ^ InactiveCaptionTextBrush { System::Windows::Media::SolidColorBrush ^ get(); };
public static System.Windows.Media.SolidColorBrush InactiveCaptionTextBrush { get; }
member this.InactiveCaptionTextBrush : System.Windows.Media.SolidColorBrush
Public Shared ReadOnly Property InactiveCaptionTextBrush As SolidColorBrush
Eigenschaftswert
Die Textfarbe der Titelleiste eines inaktiven Fensters.
Hinweise
Verwendung von XAML-Attributen
<object property="{x:Static SystemColors.InactiveCaptionTextBrush}"/>
XAML-Werte
x:Static
Die x:Static Markup Extension.