DownloadedColumn

A column showing download progress.

A column showing download progress.

Properties

Base : FileSizeBase

Gets or sets the FileSizeBase to use.

Culture : CultureInfo

Gets or sets the CultureInfo to use.

ShowBits : bool

Gets or sets a value indicating whether to display the transfer speed in bits.

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.