Freigeben über


EditorFormatDefinition.ForegroundBrush-Eigenschaft

Ruft den Vordergrundpinsel für dieses Element ab oder legt diesen fest.

Namespace:  Microsoft.VisualStudio.Text.Classification
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntax

'Declaration
Public Property ForegroundBrush As Brush
public Brush ForegroundBrush { get; protected set; }
public:
property Brush^ ForegroundBrush {
    Brush^ get ();
    protected: void set (Brush^ value);
}
member ForegroundBrush : Brush with get, set
function get ForegroundBrush () : Brush 
protected function set ForegroundBrush (value : Brush)

Eigenschaftswert

Typ: Brush
Der Vordergrundpinsel.

Hinweise

Dieser Pinsel überschreibt jede Vordergrundfarbe, die festgelegt wird.

.NET Framework-Sicherheit

Siehe auch

Referenz

EditorFormatDefinition Klasse

Microsoft.VisualStudio.Text.Classification-Namespace