The C1ProgressBar type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | C1ProgressBar |
C1ProgressBar constructor
|
Methods
Name | Description | |
---|---|---|
![]() | Initialize |
Initialize override
(Overrides ComponentInitialize()()()().) |
![]() | Invalidate |
Invalidates the entire surface of the control and causes the control to be redrawn.
(Overrides C1ThemeableControlBaseInvalidate()()()().) |
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.
|
![]() | Enabled |
Gets or sets if progress bar is Enabled.
|
![]() | FillDirection |
Gets or sets the direction that the progress bar will fill.
|
![]() | 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 ProgressBar.
|
![]() | MinimumValue |
Gets or sets the minimum value of ProgressBar.
|
![]() | Orientation |
The direction in which control is laid out.
|
![]() | ToolTip |
The tooltip displayed when the mouse is over the control.
|
![]() | Value |
Gets or sets the value of ProgressBar.
|
Events
Name | Description | |
---|---|---|
![]() | BeforeProgressChanging |
Fires before the value of progress bar is changing
|
![]() | Click |
Fires on client side when the progress bar is clicked.
|
![]() | MouseDown |
Fires on client side when the mouse is down on the progress bar.
|
![]() | MouseOut |
Fires on client side when the user moves the mouse pointer outside the progress bar.
|
![]() | MouseOver |
Fires on client side when the mouse is over the progress bar.
|
![]() | MouseUp |
Fires on client side when the mouse is released from the progress bar.
|
![]() | ProgressChanged |
Fires when the value of progress bar has changed
|
![]() | ProgressChanging |
Fires when the value of progress bar is changing
|