Progress Property

Summary

Gets or sets the current progress.

Syntax
C#
VB
C++
public int Progress { get; set; } 
Public Property Progress As Integer 
public: 
property int Progress { 
   int get(); 
   void set (    int ); 
} 

Property Value

The current progress. The value of progress will range from 1 to 100.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly