Search Results for

    Show / Hide Table of Contents

    Class ProgressBarNoText

    Progress bar without text

    Inheritance
    object
    CyclicWriter
    SimpleCyclicWriter
    ProgressBarNoText
    Namespace: Terminaux.Writer.CyclicWriters.Simple
    Assembly: Terminaux.dll
    Syntax
    public class ProgressBarNoText : SimpleCyclicWriter

    Constructors

    | Edit this page View Source

    ProgressBarNoText(int, int, Spinner?)

    Makes a new instance of progress bar

    Declaration
    public ProgressBarNoText(int position, int maxPosition, Spinner? progressSpinner = null)
    Parameters
    Type Name Description
    int position

    Current position

    int maxPosition

    Max position

    Spinner progressSpinner

    Spinner instance to use, or Dots

    Properties

    | Edit this page View Source

    Indeterminate

    Specifies whether the progress is indeterminate

    Declaration
    public bool Indeterminate { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    Position

    Position of the progress bar

    Declaration
    public int Position { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    ProgressActiveForegroundColor

    Progress active foreground

    Declaration
    public Color ProgressActiveForegroundColor { get; set; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    ProgressBackgroundColor

    Progress background

    Declaration
    public Color ProgressBackgroundColor { get; set; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    ProgressForegroundColor

    Progress foreground

    Declaration
    public Color ProgressForegroundColor { get; set; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    ProgressHorizontalActiveTrackChar

    Progress horizontal active track character for drawing

    Declaration
    public char ProgressHorizontalActiveTrackChar { get; set; }
    Property Value
    Type Description
    char
    | Edit this page View Source

    ProgressHorizontalInactiveTrackChar

    Progress horizontal inactive track character for drawing

    Declaration
    public char ProgressHorizontalInactiveTrackChar { get; set; }
    Property Value
    Type Description
    char
    | Edit this page View Source

    ProgressPercentageTextColor

    Progress percentage text color

    Declaration
    public Color ProgressPercentageTextColor { get; set; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    ProgressSpinnerTextColor

    Progress spinner color

    Declaration
    public Color ProgressSpinnerTextColor { get; set; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    ProgressVerticalActiveTrackChar

    Progress vertical active track character for drawing

    Declaration
    public char ProgressVerticalActiveTrackChar { get; set; }
    Property Value
    Type Description
    char
    | Edit this page View Source

    ProgressVerticalInactiveTrackChar

    Progress vertical inactive track character for drawing

    Declaration
    public char ProgressVerticalInactiveTrackChar { get; set; }
    Property Value
    Type Description
    char
    | Edit this page View Source

    ShowPercentage

    Specifies whether the progress bar shows percentage or not (ignored in indeterminate progress bars)

    Declaration
    public bool ShowPercentage { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    UseColors

    Whether to use colors or not

    Declaration
    public bool UseColors { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    Width

    Width of the progress bar

    Declaration
    public int Width { get; set; }
    Property Value
    Type Description
    int

    Methods

    | Edit this page View Source

    Render()

    Renders a scrolling text progress bar

    Declaration
    public override string Render()
    Returns
    Type Description
    string

    The result

    Overrides
    CyclicWriter.Render()
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX