SystemColors.HotTrackColorKey Egenskap

Definition

ResourceKey Hämtar för som Color anger ett snabbspårat objekt.

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

Egenskapsvärde

Resursnyckeln Color för som anger ett snabbspårat objekt.

Kommentarer

HotTrackColorKey Använd för att skapa en dynamisk referens till systemets färg för snabbspår. 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 HotTrackColor.

XAML-attributanvändning

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

XAML-värden

x:StaticX:Static Markup Extension.

Gäller för

Se även