AutoIndentEventArgs Class

T3000 CrossPlatform

AutoIndentEventArgs Class

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:FastColoredTextBoxNS.AutoIndentEventArgs"]

Inheritance Hierarchy
SystemObject  SystemEventArgs
    FastColoredTextBoxNSAutoIndentEventArgs

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public class AutoIndentEventArgs : EventArgs
Public Class AutoIndentEventArgs
	Inherits EventArgs

Dim instance As AutoIndentEventArgs

The AutoIndentEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodAutoIndentEventArgs
Initializes a new instance of the AutoIndentEventArgs class
Top
Properties
  NameDescription
Public propertyAbsoluteIndentation
Absolute indentation of current line. You can change this property if you want to set absolute indentation.
Public propertyiLine
Public propertyLineText
Public propertyPrevLineText
Public propertyShift
Additional spaces count for this line, relative to previous line
Public propertyShiftNextLines
Additional spaces count for next line, relative to previous line
Public propertyTabLength
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also