WordWrapNeededEventArgs.CutOffPositions Property

T3000 CrossPlatform

WordWrapNeededEventArgsCutOffPositions Property

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

[Missing <summary> documentation for "P:FastColoredTextBoxNS.WordWrapNeededEventArgs.CutOffPositions"]

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 WordWrapNeededEventArgs
Dim value As List(Of Integer)

value = instance.CutOffPositions

Property Value

Type: ListInt32
See Also