MindFusion.Wpf Pack Programmer's Guide
ScheduleMode Enumeration
See Also
 





Indicates how an activity behaves when its children are modified.

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

 Syntax

C#  Copy Code

public enum ScheduleMode

Visual Basic  Copy Code

Public Enum ScheduleMode

 Members

  Member name Description

Auto

Specifies that the StartTime, EndTime and Progress of an activity are automatically updated according to the values of its children.

Manual

Specifies that the StartTime, EndTime and Progress of an activity are not changed when its children are modified.

SemiAuto

Specifies an auto activity with no children.

 See Also

MindFusion.DataViews.Wpf Namespace