AvalonEdit
IndentationSize Property
NamespacesICSharpCode.AvalonEditTextEditorOptionsIndentationSize
Gets/Sets the width of one indentation unit.
Declaration Syntax
C#Visual BasicVisual C++
public virtual int IndentationSize { get; set; }
Public Overridable Property IndentationSize As Integer
	Get
	Set
public:
virtual property int IndentationSize {
	int get ();
	void set (int value);
}
Remarks
The default value is 4.

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