AvalonEdit
CurrentLineBorder Property
NamespacesICSharpCode.AvalonEdit.RenderingTextViewCurrentLineBorder
Gets/Sets the background brush used for the current line.
Declaration Syntax
C#Visual BasicVisual C++
public Pen CurrentLineBorder { get; set; }
Public Property CurrentLineBorder As Pen
	Get
	Set
public:
property Pen^ CurrentLineBorder {
	Pen^ get ();
	void set (Pen^ value);
}

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238