Table of Contents
PacMap.Tracer.ProgressBar
Constructors
ProgressBar()
/// <summary> /// Constructs empty maintenance of progress on Console /// </summary> ProgressBar()
ProgressBar(string)
/// <summary> /// Constructs specialised maintenance of progress on Console /// </summary> /// <param name="title">name of maintenance</param> ProgressBar(string title)
Properties
ConsoleColor BackgroundColor
/// <summary>
/// Get or Set Background Color
/// </summary>
ConsoleColor BackgroundColor { get; } { set; }
ConsoleColor ForegroundColor
/// <summary>
/// Get or Set Foreground Color
/// </summary>
ConsoleColor ForegroundColor { get; } { set; }
Method
Instance
void InitializeObject()
/// <summary> /// Initialize Object /// </summary> void InitializeObject()