The C1ProgressBar type exposes the following members.

Constructors

  NameDescription
Public methodC1ProgressBar
Creates a new instance of the C1ProgressBar class.

Methods

  NameDescription
Public methodLoadLayoutOverloaded.
Public methodSaveLayoutOverloaded.

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 propertyEmbeddedVisualStyles
Returns string array with embedded visual style names.
(Overrides C1ThemeableControlEmbeddedVisualStyles()()()().)
Public propertyEnabled
Gets or sets if C1ProgressBar is Enabled.
(Overrides WebControl..::..Enabled.)
Public propertyFillDirection
Gets or sets the direction that the progress bar will fill.
Public propertyHeight
Gets or sets the height of the slider.
(Overrides WebControl..::..Height.)
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 C1ProgressBar.
Public propertyMinimumValue
Gets or sets the minimum value of C1ProgressBar.
Public propertyOnClientBeforeProgressChanging
Fires on client side before the value of the progress bar is changing.
Public propertyOnClientClick
Fires on client side when the progress bar is clicked.
Public propertyOnClientMouseDown
Fires on client side when the mouse is down on the progress bar.
Public propertyOnClientMouseOut
Fires on client side when the user moves the mouse pointer outside the progress bar.
Public propertyOnClientMouseOver
Fires on client side when the mouse is over the progress bar.
Public propertyOnClientMouseUp
Fires on client side when the mouse is released from the progress bar.
Public propertyOnClientProgressChanged
Fires on client side when the value has been changed.
Public propertyOnClientProgressChanging
Fires on client side when the value is changing.
Public propertyOrientation
The direction in which control is laid out.
Public propertyToolTip
The tooltip displayed when the mouse is over the control.
(Overrides WebControl..::..ToolTip.)
Public propertyUseEmbeddedVisualStyles
If true then control will use VisualStyle embedded into control's assembly. otherwise control will load VisualStyle from disk.
(Overrides C1ThemeableControlUseEmbeddedVisualStyles()()()().)
Public propertyValue
Gets or sets the value of C1ProgressBar.
Public propertyVisualStyle
VisualStyle name.
(Overrides C1ThemeableControlVisualStyle()()()().)
Public propertyVisualStylePath
Path to visual styles.
(Overrides C1ThemeableControlVisualStylePath()()()().)
Public propertyWidth
Gets or sets the width of the slider.
(Overrides WebControl..::..Width.)

See Also