Table of Contents

Constructor Wizard

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Wizard()

Initializes a new instance of the Wizard class using Computed positioning.

public Wizard()

Remarks

The Wizard will be vertically and horizontally centered in the container. After initialization use X, Y, Width, and Height change size and position.

Wizard(ustring)

Initializes a new instance of the Wizard class using Computed positioning.

public Wizard(ustring title)

Parameters

title ustring

Sets the Title for the Wizard.

Remarks

The Wizard will be vertically and horizontally centered in the container. After initialization use X, Y, Width, and Height change size and position.