DevProgressBarIncrement Method
Advances the current position of the progress bar by the specified amount.
Namespace: DevCase.UI.ControlsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public virtual void Increment(
int value
)
Public Overridable Sub Increment (
value As Integer
)
Dim instance As DevProgressBar
Dim value As Integer
instance.Increment(value)
public:
virtual void Increment(
int value
)
abstract Increment :
value : int -> unit
override Increment :
value : int -> unit
No code example is currently available or this language may not be supported.
Parameters
- value Int32
-
The amount by which to increment the progress bar's current position.