Table of Contents

Method MaxWidthLine

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

MaxWidthLine(ustring)

Determines the line with the highest width in the text if it contains newlines.

public static int MaxWidthLine(ustring text)

Parameters

text ustring

Text, may contain newlines.

Returns

int

The highest line width.