LineInfo.CutOffPositions Property

T3000 CrossPlatform

LineInfoCutOffPositions Property

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

Positions for wordwrap cutoffs

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public List<int> CutOffPositions { get; }
Public ReadOnly Property CutOffPositions As List(Of Integer)
	Get

Dim instance As LineInfo
Dim value As List(Of Integer)

value = instance.CutOffPositions

Property Value

Type: ListInt32
See Also