The C1ProgressBar type exposes the following members.

Properties

  NameDescription
Public propertyAnimationDelay
Delay in milliseconds before the value of the progress bar is changing.
Public propertyAnimationDuration
Define how long (in milliseconds) the animation of the progress will run.
Public propertyEasing
The easing that is applied to the animation.
Public propertyEnabled
Gets or sets if progress bar is Enabled.
Public propertyFillDirection
Gets or sets the direction that the progress bar will fill.
Public propertyLabelAlign
Positioning of the label within the progress bar.
Public propertyLabelFormatString
String that will be used as a format for the progress bar labels.
Public propertyMaximumValue
Gets or sets the maximum value of ProgressBar.
Public propertyMinimumValue
Gets or sets the minimum value of ProgressBar.
Public propertyOrientation
The direction in which control is laid out.
Public propertyToolTip
The tooltip displayed when the mouse is over the control.
Public propertyValue
Gets or sets the value of ProgressBar.

See Also