SystemColors.HighlightTextColor Eigenschaft

Definition

Ruft eine Color-Struktur mit der Textfarbe der ausgewählten Elemente ab.

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

Eigenschaftswert

Color

Die Textfarbe der ausgewählten Elemente.

Hinweise

Verwendung von XAML-Attributen

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

XAML-Werte

x:Static
Die x:Static Markup Extension.

Gilt für