Table of Contents

Class FrameView

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

A non-overlapped container for other views with a border and optional title.

public class FrameView : View, IDisposable, ISupportInitializeNotification, ISupportInitialize
Inheritance
FrameView
Implements
Inherited Members

Remarks

FrameView has BorderStyle set to Single and inherits it's color scheme from the SuperView.

Constructors

FrameView()

Initializes a new instance of the FrameView class. layout.

Properties

DefaultBorderStyle

The default LineStyle for FrameView's border. The default is Single.

See Also