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

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