Gets or sets a value indicating whether the activity presenter will show the dependency handles. This is a dependency property.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public bool EnableDependencyHandles { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property EnableDependencyHandles As Boolean |
true to display the presenter handles; otherwise, false.
See Also