Table of Contents

Constructor TextView

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

TextView(Rect)

Initializes a TextView on the specified area, with absolute position and size.

public TextView(Rect frame)

Parameters

frame Rect

TextView()

Initializes a TextView on the specified area, with dimensions controlled with the X, Y, Width and Height properties.

public TextView()