MindFusion.Scheduling for Silverlight Programmer's Guide
DependencyPresenter.IsCritical Property
See Also
 





Gets or sets a value indicating whether the underlying dependency is part of the critical path. This is a dependency property.

Namespace: MindFusion.DataViews.Silverlight
Assembly: MindFusion.DataViews.Silverlight

 Syntax

C#  Copy Code

public bool IsCritical { get; set; }

Visual Basic  Copy Code

Public Property IsCritical As Boolean

 Property Value

true if the dependency participates in the critical path; otherwise, false.

 See Also

DependencyPresenter Members
DependencyPresenter Class
MindFusion.DataViews.Silverlight Namespace