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
'Dichiarazione
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.