ReadStatusEventArgsProgress Property
|
An integer from 0 to 100 that specifies the reading progress.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public int Progress { get; set; }
Public Property Progress As Integer
Get
Set
public:
property int Progress {
int get ();
void set (int value);
}
member Progress : int with get, set
PROPERTY Progress AS LONG GET SET
Property Value
Type:
Int32See Also