TaskDescriptionColumn

A column showing the task description.

A column showing the task description.

Properties

Alignment : Justify

Gets or sets the alignment of the task description.

Wrap : bool

Gets or sets a value indicating whether the description should wrap onto multiple lines when it's wider than the available space. Defaults to false, which truncates the description with an ellipsis.

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.