SystemColors.ActiveBorderColor Eigenschaft

Definition

Ruft eine Color-Struktur ab, die die Farbe des Rahmens des aktiven Fensters darstellt.

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

Eigenschaftswert

Color

Die Farbe des Rahmens des aktiven Fensters.

Hinweise

Verwendung von XAML-Attributen

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

XAML-Werte

x:Static
Die x:Static Markup Extension.

Gilt für