FindEndOfFoldingBlockStrategy Property

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Strategy of search of end of folding block

Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)

Syntax

C#
public FindEndOfFoldingBlockStrategy FindEndOfFoldingBlockStrategy { get; set; }
Visual Basic
Public Property FindEndOfFoldingBlockStrategy As FindEndOfFoldingBlockStrategy
	Get
	Set
Visual C++
public:
property FindEndOfFoldingBlockStrategy FindEndOfFoldingBlockStrategy {
	FindEndOfFoldingBlockStrategy get ();
	void set (FindEndOfFoldingBlockStrategy value);
}

See Also