LineInfo Structure

T3000 CrossPlatform

LineInfo Structure

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

[Missing <summary> documentation for "T:FastColoredTextBoxNS.LineInfo"]

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public struct LineInfo
Public Structure LineInfo

Dim instance As LineInfo

The LineInfo type exposes the following members.

Constructors
  NameDescription
Public methodLineInfo
Initializes a new instance of the LineInfo class
Top
Properties
  NameDescription
Public propertyCutOffPositions
Positions for wordwrap cutoffs
Public propertyWordWrapStringsCount
Count of wordwrap string count for this line
Top
Methods
  NameDescription
Public methodEquals (Inherited from ValueType.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodGetWordWrapStringIndex
Gets index of wordwrap string for given char position
Public methodToString (Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldVisibleState
Visible state
Top
See Also