Click or drag to resize

ProgressBarIHandler Interface

Handler interface for the ProgressBar control

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler : ControlIHandler, 
	WidgetIHandler

The ProgressBarIHandler type exposes the following members.

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