Table of Contents

Constructor ProgressBar

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

ProgressBar(Rect)

Initializes a new instance of the ProgressBar class, starts in percentage mode with an absolute position and size.

public ProgressBar(Rect rect)

Parameters

rect Rect

Rect.

ProgressBar()

Initializes a new instance of the ProgressBar class, starts in percentage mode and uses relative layout.

public ProgressBar()