MarkerFormatDefinition::Fill Property

 

The brush is used to paint the inner body of the text marker.

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

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

Property Value

Type: System.Windows.Media::Brush^

The fill Brush.

Return to top
Show: