A column showing the task description.
Properties
Alignment
: JustifyGets or sets the alignment of the task description.
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.