SystemColors.ActiveCaptionBrush Egenskap

Definition

Hämtar en SolidColorBrush som är färgen på bakgrunden i det aktiva fönstrets namnlist.

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

Egenskapsvärde

A SolidColorBrush med dess Color inställt på bakgrundsfärgen för det aktiva fönstrets namnlist. Den returnerade penselns IsFrozen egenskap är true, så den kan inte ändras.

Kommentarer

XAML-attributanvändning

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

XAML-värden

X:StaticX:Static Markup Extension.

Gäller för