Interface ISmartIndentProvider
Interface ISmartIndentProvider.
Namespace: Telerik.Windows.Controls.SyntaxEditor.Indentation
Assembly: Telerik.Windows.Controls.SyntaxEditor.dll
Syntax
public interface ISmartIndentProvider
Methods
GetDesiredIndentation(TextSnapshotLine)
Gets the desired indentation.
Declaration
int? GetDesiredIndentation(TextSnapshotLine line)
Parameters
TextSnapshotLine
line
The line. |
Returns
System.Nullable<System.Int32>
System.Nullable<System.Int32>. |