ProgressColumn Class

Represents a progress column.
public abstract class ProgressColumn

Methods

virtual int? GetColumnWidth(RenderOptions)
Gets the width of the column.
abstract IRenderable Render(RenderOptions, ProgressTask, TimeSpan)
Gets a renderable representing the column.

Extension Methods

T And<ProgressColumn>(Action<ProgressColumn>)
Performs the specified action on the given object and then returns the object. Useful for fluent testing patterns where additional assertions or operations are chained together in a readable manner.