AvalonEdit
ShowSpaces Property
NamespacesICSharpCode.AvalonEditTextEditorOptionsShowSpaces
Gets/Sets whether to show · for spaces.
Declaration Syntax
C#Visual BasicVisual C++
public virtual bool ShowSpaces { get; set; }
Public Overridable Property ShowSpaces As Boolean
	Get
	Set
public:
virtual property bool ShowSpaces {
	bool get ();
	void set (bool value);
}
Remarks
The default value is false.

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