WordWrapStringsCount Property

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Count of wordwrap string count for this line

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

Syntax

C#
public int WordWrapStringsCount { get; }
Visual Basic
Public ReadOnly Property WordWrapStringsCount As Integer
	Get
Visual C++
public:
property int WordWrapStringsCount {
	int get ();
}

See Also