Gets or sets a value indicating whether this dependency is part of the critical path.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
bool IsCritical { get; set; } |
Visual Basic
Copy Code
|
|---|
Property IsCritical As Boolean |
true if the dependency participates in the critical path; otherwise, false.
See Also