Specifies which nodes should be considered the start of a new sub-group. Assign an array of the node types logic identifiers to this property.
Namespace: MindFusion.Layout
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Object GroupStartNodes { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property GroupStartNodes As Object |
See Also