TaskDescriptionColumn Class
A column showing the task description.
public sealed class TaskDescriptionColumn : ProgressColumn
- Namespace
- Spectre
.Console - Base Types
Properties
- Justify Alignment
- Gets or sets the alignment of the task description.
Methods
-
virtual int? GetColumnWidth
(RenderOptions) - Gets the width of the column.
-
override IRenderable Render
(RenderOptions, ProgressTask, TimeSpan) - Gets a renderable representing the column.
Extension Methods
-
T And
< Task Description Column> (Action < Task Description Column> ) - 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.