Share via


SystemColors.ScrollBarBrush Eigenschaft

Definition

Ruft ein SolidColorBrush-Objekt ab, das die Hintergrundfarbe einer Bildlaufleiste ist.

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

Eigenschaftswert

Die Hintergrundfarbe einer Bildlaufleiste.

Hinweise

Verwendung von XAML-Attributen

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

XAML-Werte

x:Static
Die x:Static Markup-Erweiterung.

Gilt für: