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