Method GetSmartIndent
GetSmartIndent(int, bool)
Returns indentation level of specified line.
public override int GetSmartIndent(int index, bool autoIndent)
Parameters
indexintSpecifies index of line to obtain indentation level.
autoIndentboolIndicates whether indentation level should be calculated automatically, or obtained from the previous line.
Returns
- int
Indentation level at line specified by index.