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

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