FastColoredTextBox.FoldingIndicatorColor Property

T3000 CrossPlatform

FastColoredTextBoxFoldingIndicatorColor Property

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

Color of folding area indicator

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

Dim instance As FastColoredTextBox
Dim value As Color

value = instance.FoldingIndicatorColor

instance.FoldingIndicatorColor = value

Property Value

Type: Color
See Also