SystemColors.InactiveCaptionBrush Property

Definition

Gets a SolidColorBrush that is the background color of an inactive window's title bar.

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

Property Value

The background color of an inactive window's title bar.

Remarks

XAML Attribute Usage

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

XAML Values

x:Static
The x:Static Markup Extension.

Applies to