Class DefaultIndentProvider. Implements the ISmartIndentProvider
Definition
Namespace:Telerik.WinForms.Controls.SyntaxEditor.Indentation
Assembly:Telerik.WinControls.SyntaxEditor.dll
Syntax:
C#
public class DefaultIndentProvider : ISmartIndentProvider
Inheritance: objectDefaultIndentProvider
Implements:
Constructors
Initializes a new instance of the DefaultIndentProvider class.
C#
public DefaultIndentProvider(RadSyntaxEditorElement associatedEditor)
The associated editor.
Methods
Gets the desired indentation.
C#
public int? GetDesiredIndentation(TextSnapshotLine line)
The line.
Returns:int?
System.Nullable<System.Int32>.
Implements: