Språk

SystemColors.InactiveCaptionTextColorKey Egenskap

Definition

ResourceKey Hämtar för Color texten i ett inaktivt fönsters namnlist.

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

Egenskapsvärde

Resursnyckeln Color för texten i ett inaktivt fönsters namnlist.

Kommentarer

InactiveCaptionTextColorKey Använd för att skapa en dynamisk referens till textsystemets inaktiva textfärg. 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 InactiveCaptionTextColor.

XAML-attributanvändning

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

XAML-värden

x:StaticX:Static Markup Extension.

Gäller för

Se även