FastColoredTextBox.foldingPairs Field

T3000 CrossPlatform

FastColoredTextBoxfoldingPairs Field

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

[Missing <summary> documentation for "F:FastColoredTextBoxNS.FastColoredTextBox.foldingPairs"]

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
protected Dictionary<int, int> foldingPairs
Protected foldingPairs As Dictionary(Of Integer, Integer)

Dim value As Dictionary(Of Integer, Integer)

value = Me.foldingPairs

Me.foldingPairs = value

Field Value

Type: DictionaryInt32, Int32
See Also