SystemColors.HotTrackColor Eigenschaft

Definition

Ruft eine Color-Struktur ab, die die Farbe ist, die zum Kennzeichnen eines gehoverter Elements verwendet wird.

public:
 static property System::Windows::Media::Color HotTrackColor { System::Windows::Media::Color get(); };
public static System.Windows.Media.Color HotTrackColor { get; }
member this.HotTrackColor : System.Windows.Media.Color
Public Shared ReadOnly Property HotTrackColor As Color

Eigenschaftswert

Color

Die Farbe zum Kennzeichnen eines gehoverten Elements.

Hinweise

Verwendung von XAML-Attributen

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

XAML-Werte

x:Static
Die x:Static Markup Extension.

Gilt für