Sets the indentation for the specified line.
Usually this is constructed from the indentation of the previous line.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public override void IndentLine( TextDocument document, DocumentLine line )
Public Overrides Sub IndentLine ( _ document As TextDocument, _ line As DocumentLine _ )
public: virtual void IndentLine( TextDocument^ document, DocumentLine^ line ) override
Parameters
- document (TextDocument)
- line (DocumentLine)
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238