Table of Contents

Constructor FrameView

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

FrameView(Rect, ustring, View[], Border)

Initializes a new instance of the FrameView class using Absolute layout.

public FrameView(Rect frame, ustring title = null, View[] views = null, Border border = null)

Parameters

frame Rect

Frame.

title ustring

Title.

views View[]

Views.

border Border

The Border.

FrameView(ustring, Border)

Initializes a new instance of the FrameView class using Computed layout.

public FrameView(ustring title, Border border = null)

Parameters

title ustring

Title.

border Border

The Border.

FrameView()

Initializes a new instance of the FrameView class using Computed layout.

public FrameView()