AvalonEdit
ICSharpCode.AvalonEdit.Indentation Namespace
NamespacesICSharpCode.AvalonEdit.Indentation
This namespace contains the logic for automatic indentation.
Declaration Syntax
C#Visual BasicVisual C++
namespace ICSharpCode.AvalonEdit.Indentation
Namespace ICSharpCode.AvalonEdit.Indentation
namespace ICSharpCode.AvalonEdit.Indentation
Types
All TypesClassesInterfaces
IconTypeDescription
DefaultIndentationStrategy
Handles indentation by copying the indentation from the previous line. Does not support indenting multiple lines.

IIndentationStrategy
Strategy how the text editor handles indentation when new lines are inserted.