AutoIndentEventArgs.AbsoluteIndentation Property

T3000 CrossPlatform

AutoIndentEventArgsAbsoluteIndentation Property

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

Absolute indentation of current line. You can change this property if you want to set absolute indentation.

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public int AbsoluteIndentation { get; set; }
Public Property AbsoluteIndentation As Integer
	Get
	Set

Dim instance As AutoIndentEventArgs
Dim value As Integer

value = instance.AbsoluteIndentation

instance.AbsoluteIndentation = value

Property Value

Type: Int32
See Also