FastColoredTextBox.AutoIndentCharsPatterns Property

T3000 CrossPlatform

FastColoredTextBoxAutoIndentCharsPatterns Property

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

Regex patterns for AutoIndentChars (one regex per line)

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

Dim instance As FastColoredTextBox
Dim value As String

value = instance.AutoIndentCharsPatterns

instance.AutoIndentCharsPatterns = value

Property Value

Type: String
See Also