Freigeben über


SystemColors.HotTrackBrush Eigenschaft

Definition

Ruft einen SolidColorBrush ab, der die Farbe aufweist, die zum Kennzeichnen eines gehoverter Elements verwendet wird.

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

Eigenschaftswert

SolidColorBrush

Die Farbe zum Kennzeichnen eines gehoverten Elements.

Hinweise

Verwendung von XAML-Attributen

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

XAML-Werte

x:Static
Die x:Static Markup Extension.

Gilt für