EditorFormatDefinition::ForegroundBrush Property

 

Gets or sets the foreground brush for this item.

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

public:
property Brush^ ForegroundBrush {
	[CompilerGeneratedAttribute]
	Brush^ get();
	[CompilerGeneratedAttribute]
	protected: void set(Brush^ value);
}

Property Value

Type: System.Windows.Media::Brush^

The foreground brush.

This brush will override any foreground color that is set.

Return to top
Show: