Gets or sets the progress of the allocation, expressed as a value in the range [0..1].
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
double Progress { get; set; } |
Visual Basic
Copy Code
|
|---|
Property Progress As Double |
A double value specifying the progress.
See Also