AvalonEdit
IIndentationStrategy Interface
NamespacesICSharpCode.AvalonEdit.IndentationIIndentationStrategy
Strategy how the text editor handles indentation when new lines are inserted.
Declaration Syntax
C#Visual BasicVisual C++
public interface IIndentationStrategy
Public Interface IIndentationStrategy
public interface class IIndentationStrategy
Members
All MembersMethods



IconMemberDescription
IndentLine(TextDocument, DocumentLine)
Sets the indentation for the specified line. Usually this is constructed from the indentation of the previous line.

IndentLines(TextDocument, Int32, Int32)
Reindents a set of lines.

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