SystemColors.GradientInactiveCaptionBrush 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 einen SolidColorBrush in der Farbe ganz rechts im Farbverlauf der Titelleiste eines inaktiven Fensters ab.
public:
static property System::Windows::Media::SolidColorBrush ^ GradientInactiveCaptionBrush { System::Windows::Media::SolidColorBrush ^ get(); };
public static System.Windows.Media.SolidColorBrush GradientInactiveCaptionBrush { get; }
member this.GradientInactiveCaptionBrush : System.Windows.Media.SolidColorBrush
Public Shared ReadOnly Property GradientInactiveCaptionBrush As SolidColorBrush
Eigenschaftswert
Die Farbe ganz rechts im Farbverlauf.
Hinweise
Verwendung von XAML-Attributen
<object property="{x:Static SystemColors.GradientInactiveCaptionBrush}"/>
XAML-Werte
x:Static
Die x:Static Markup Extension.