SystemColors.ActiveBorderBrush Eigenschap

Definitie

Hiermee haalt u een SolidColorBrush kleur op van de rand van het actieve venster.

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

Waarde van eigenschap

Een SolidColorBrush met Color de bijbehorende kleur op de kleur van de rand van het actieve venster. De eigenschap van IsFrozen de geretourneerde kwast is true, zodat deze niet kan worden gewijzigd.

Opmerkingen

XAML-kenmerkgebruik

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

XAML-waarden

x:Statisch De extensie x:Static Markup.

Van toepassing op