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)

Syntax

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

Property Value

Type: System.Windows.Media.Brush
The fill Brush.

.NET Framework Security

See Also

Reference

MarkerFormatDefinition Class

Microsoft.VisualStudio.Text.Classification Namespace