[]
Represents a progress bar element in a C1InputPanel control.
public class InputProgressBar : InputComponent, IBindableComponent, IComponent, IDisposable, IInputXmlSerializable
Name | Description |
---|---|
InputProgressBar() | Initializes a new instance of InputProgressBar. |
Name | Description |
---|---|
BoundValue | Gets or sets the bound data value associated with this component. |
DefaultElementHeight | Gets the default height of the progress bar element. |
DefaultElementWidth | Gets the default width of the progress bar element. |
DefaultHeight | Gets the default height of the InputProgressBar. |
DefaultPadding | Gets the default padding within the InputProgressBar. |
DefaultWidth | Gets the default width of the InputProgressBar. |
Maximum | Gets or sets the maximum value of the progress bar range. |
Minimum | Gets or sets the minimum value of the progress bar range. |
NotSetVerticalAlign | Gets actual vertical alignment when the VerticalAlign property is equal to NotSet. |
Step | Gets or sets the amount by which a call to the PerformStep() method increases the current position of the progress bar. |
Value | Gets or sets the current value of the InputProgressBar. |
Name | Description |
---|---|
Increment(int) | Advances the current position of the progress bar by the specified amount. |
OnValueChanged(EventArgs) | Raises the ValueChanged event. |
PerformStep() | Advances the current position of the progress bar by the amount of the Step property. |
Name | Description |
---|---|
ValueChanged | Fires when the current Value changes. |