Gets or sets a custom layout method that should be invoked to arrange subgraphs.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public LayoutSubgraph CustomLayout { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property CustomLayout As LayoutSubgraph |
A LayoutSubgraph delegate object.
See Also