Share via


Progress.Value Property

Definition

The Value of the progress.

public int Value { get; }
member this.Value : int
Public ReadOnly Property Value As Integer

Property Value

Remarks

The value is the max number the progress can reach if the progress state is `Start`. The value is the max number the progress reached if the progress state is `End`. The value is the incremented value in the progress if the progress state is `Increment`.

Applies to