The C1ProgressBar type exposes the following members.

Constructors

  NameDescription
Public methodC1ProgressBar
C1ProgressBar constructor

Methods

  NameDescription
Public methodInitialize
Initialize override
(Overrides ComponentInitialize()()()().)
Public methodInvalidate
Invalidates the entire surface of the control and causes the control to be redrawn.
(Overrides C1ThemeableControlBaseInvalidate()()()().)

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.

Events

  NameDescription
Public eventBeforeProgressChanging
Fires before the value of progress bar is changing
Public eventClick
Fires on client side when the progress bar is clicked.
Public eventMouseDown
Fires on client side when the mouse is down on the progress bar.
Public eventMouseOut
Fires on client side when the user moves the mouse pointer outside the progress bar.
Public eventMouseOver
Fires on client side when the mouse is over the progress bar.
Public eventMouseUp
Fires on client side when the mouse is released from the progress bar.
Public eventProgressChanged
Fires when the value of progress bar has changed
Public eventProgressChanging
Fires when the value of progress bar is changing

See Also