GdPicture.NET.14
GdPicture14.WPF Namespace / GdViewer.DataReceivedEventArgs Class / SizeLeft Property





In This Topic
SizeLeft Property
In This Topic
The total size of the data left for transferring, in bytes.
Syntax
'Declaration
 
Public ReadOnly Property SizeLeft As Integer
public int SizeLeft {get;}
public read-only property SizeLeft: Integer; 
public function get SizeLeft : int
public: __property int get_SizeLeft();
public:
property int SizeLeft {
   int get();
}
See Also