MindFusion.Wpf Pack Programmer's Guide
Activity.Progress Property
See Also
 





Gets or sets the progress/completion of the activity.

Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf

 Syntax

C#  Copy Code

public double Progress { get; set; }

Visual Basic  Copy Code

Public Property Progress As Double

 Property Value

A double value indicating the level of completion of the activity. Valid values range from 0 to 1.

 See Also

Activity Members
Activity Class
MindFusion.DataViews.Wpf Namespace