Gets or sets a value indicating whether the activity is a milestone.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
bool IsMilestone { get; set; } |
Visual Basic
Copy Code
|
|---|
Property IsMilestone As Boolean |
true if the activity is a milestone; otherwise, false.
See Also