Constructor Wizard | Terminal.Gui v1 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Wizard()

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

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.