MarkerFormatDefinition::Border Property

 

The pen is used to draw the border of the text marker.

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

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

Property Value

Type: System.Windows.Media::Pen^

The border Pen.

This property is optional and can be null, in which case no pen will be used for the border of the text marker adornment.

Return to top
Show: