FastColoredTextBox.LeftIndent Property

T3000 CrossPlatform

FastColoredTextBoxLeftIndent Property

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

Left distance to text beginning

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

Dim instance As FastColoredTextBox
Dim value As Integer

value = instance.LeftIndent

Property Value

Type: Int32
See Also