Terminal.Gui
1.0.0.0
Terminal.Gui.View
Progress bar can indicate progress of an activity visually.
The progressbar can operate in two modes, percentage mode, or
activity mode. The progress bar starts in percentage mode and
setting the Fraction property will reflect on the UI the progress
made so far. Activity mode is used when the application has no
way of knowing how much time is left, and is started when you invoke
the Pulse() method. You should call the Pulse method repeatedly as
your application makes progress.
Constructor
1.0.0.0
Initializes a new instance of the class, starts in percentage mode and uses relative layout.
To be added.
Constructor
1.0.0.0
Rect.
Initializes a new instance of the class, starts in percentage mode with an absolute position and size.
To be added.
Property
1.0.0.0
System.Single
Gets or sets the progress indicator fraction to display, must be a value between 0 and 1.
The fraction representing the progress.
To be added.
Method
1.0.0.0
System.Void
Notifies the progress bar that some progress has taken place.
If the ProgressBar is is percentage mode, it switches to activity
mode. If is in activity mode, the marker is moved.
Method
1.0.0.0
System.Void
To be added.
To be added.
To be added.