TextLine Struct

TextLine structure

Represent the TextLine.

public struct TextLine

Properties

NameDescription
End { get; }Get the end position.
LineBreakLength { get; }Get the line break length.
LineNumber { get; }Get the LineNumber.
Start { get; }Get the start position.
Text { get; }Get the Text.

Methods

NameDescription
override ToString()Override the ToString

See Also