ProgressBarColumn

A column showing task progress as a progress bar.

A column showing task progress as a progress bar.

Properties

Width : int?

Gets or sets the width of the column.

Methods

public IRenderable Render(RenderOptions options, ProgressTask task, TimeSpan deltaTime)

Gets a renderable representing the column.

Parameters:

options (RenderOptions)
The render options.
task (ProgressTask)
The task.
deltaTime (TimeSpan)
The elapsed time since last call.

Returns:

A renderable representing the column.