Click or drag to resize

ProgressBar Class

Control to show progress of a long running task
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class ProgressBar : Control

The ProgressBar type exposes the following members.

Constructors
  NameDescription
Public methodProgressBar
Initializes a new instance of the ProgressBar class
Top
Properties
  NameDescription
Public propertyIndeterminate
Gets or sets a value indicating whether the progress is indeterminate
Public propertyMaxValue
Gets or sets the value of the progress bar that represents 100% complete. The default is 100.
Public propertyMinValue
Gets or sets the minimum value of the progress that represents 0% complete. The default is 0.
Public propertyValue
Gets or sets the current progress that falls between MinValue and MaxValue
Top
See Also