The C1ProgressBar type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | C1ProgressBar |
Creates a new instance of the C1ProgressBar class.
|
Methods
Name | Description | |
---|---|---|
![]() | LoadLayout | Overloaded. |
![]() | SaveLayout | Overloaded. |
Properties
Name | Description | |
---|---|---|
![]() | AnimationDelay |
Delay in milliseconds before the value of the progress bar is changing.
|
![]() | AnimationDuration |
Define how long (in milliseconds) the animation of the progress will run.
|
![]() | Easing |
The easing that is applied to the animation.
|
![]() | EmbeddedVisualStyles |
Returns string array with embedded visual style names.
(Overrides C1ThemeableControlEmbeddedVisualStyles()()()().) |
![]() | Enabled |
Gets or sets if C1ProgressBar is Enabled.
(Overrides WebControl..::..Enabled.) |
![]() | FillDirection |
Gets or sets the direction that the progress bar will fill.
|
![]() | Height |
Gets or sets the height of the slider.
(Overrides WebControl..::..Height.) |
![]() | LabelAlign |
Positioning of the label within the progress bar.
|
![]() | LabelFormatString |
String that will be used as a format for the progress bar labels.
|
![]() | MaximumValue |
Gets or sets the maximum value of C1ProgressBar.
|
![]() | MinimumValue |
Gets or sets the minimum value of C1ProgressBar.
|
![]() | OnClientBeforeProgressChanging |
Fires on client side before the value of the progress bar is changing.
|
![]() | OnClientClick |
Fires on client side when the progress bar is clicked.
|
![]() | OnClientMouseDown |
Fires on client side when the mouse is down on the progress bar.
|
![]() | OnClientMouseOut |
Fires on client side when the user moves the mouse pointer outside the progress bar.
|
![]() | OnClientMouseOver |
Fires on client side when the mouse is over the progress bar.
|
![]() | OnClientMouseUp |
Fires on client side when the mouse is released from the progress bar.
|
![]() | OnClientProgressChanged |
Fires on client side when the value has been changed.
|
![]() | OnClientProgressChanging |
Fires on client side when the value is changing.
|
![]() | Orientation |
The direction in which control is laid out.
|
![]() | ToolTip |
The tooltip displayed when the mouse is over the control.
(Overrides WebControl..::..ToolTip.) |
![]() | UseEmbeddedVisualStyles |
If true then control will use VisualStyle embedded into control's assembly.
otherwise control will load VisualStyle from disk.
(Overrides C1ThemeableControlUseEmbeddedVisualStyles()()()().) |
![]() | Value |
Gets or sets the value of C1ProgressBar.
|
![]() | VisualStyle |
VisualStyle name.
(Overrides C1ThemeableControlVisualStyle()()()().) |
![]() | VisualStylePath |
Path to visual styles.
(Overrides C1ThemeableControlVisualStylePath()()()().) |
![]() | Width |
Gets or sets the width of the slider.
(Overrides WebControl..::..Width.) |