SystemColors.GradientActiveCaptionColorKey Egenskap

Definition

ResourceKey Hämtar för höger sida Color i toningen för ett aktivt fönsters namnlist.

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

Egenskapsvärde

Resursnyckeln för höger sida Color i toningen av ett aktivt fönsters namnlist.

Kommentarer

GradientActiveCaptionColorKey Använd för att skapa en dynamisk referens till systemfärgen gradient active caption. Den här dynamiska referensen uppdateras automatiskt om färgen ändras. Om du vill skapa en statisk referens som inte uppdateras automatiskt använder du GradientActiveCaptionColor.

XAML-attributanvändning

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

XAML-värden

x:StaticX:Static Markup Extension.

Gäller för

Se även