Determines whether the node supports connections to its constituent elements.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
protected virtual bool HasItems { get; } |
Visual Basic
Copy Code
|
|---|
Protected Overridable ReadOnly Property HasItems As Boolean |
See Also