Table of Contents

Constructor Adornment

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Adornment()

Initializes a new instance of View.

public Adornment()

Remarks

Use X, Y, Width, and Height properties to dynamically control the size and location of the view.

Adornment(View)

Constructs a new adornment for the view specified by parent.

public Adornment(View parent)

Parameters

parent View