Gets a number between 0 and 100 representing the percentage of completeness of the currently transferring file.
The value is computed from Length. If the Length is not known
the value is 0 for whole time of the transfer and 100 when the file is transferred.
Namespace:
Rebex.TerminalEmulation
Assembly:
Rebex.Terminal (in Rebex.Terminal.dll)
Syntax
Visual Basic |
---|
Public Property ProgressPercentage As Double Get Private Set |
C# |
---|
public double ProgressPercentage { get; private set; } |