ProgressBarColumn Class
A column showing task progress as a progress bar.
public sealed class ProgressBarColumn : ProgressColumn
- Namespace
- Spectre
.Console - Base Types
Properties
- Style CompletedStyle
- Gets or sets the style of completed portions of the progress bar.
- Style FinishedStyle
- Gets or sets the style of a finished progress bar.
- Style IndeterminateStyle
- Gets or sets the style of an indeterminate progress bar.
- Style RemainingStyle
- Gets or sets the style of remaining portions of the progress bar.
- int? Width
- Gets or sets the width of the column.
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
-
ProgressBarColumn CompletedStyle
(Style) - Sets the style of completed portions of the progress bar.
-
ProgressBarColumn FinishedStyle
(Style) - Sets the style of a finished progress bar.
-
ProgressBarColumn RemainingStyle
(Style) - Sets the style of remaining portions of the progress bar.