AvalonEdit
ShowEndOfLine Property
NamespacesICSharpCode.AvalonEditTextEditorOptionsShowEndOfLine
Gets/Sets whether to show ¶ at the end of lines.
Declaration Syntax
C#Visual BasicVisual C++
public virtual bool ShowEndOfLine { get; set; }
Public Overridable Property ShowEndOfLine As Boolean
	Get
	Set
public:
virtual property bool ShowEndOfLine {
	bool get ();
	void set (bool value);
}
Remarks
The default value is false.

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