Search
CompositeLayout.CustomLayout Property
See Also
 





Gets or sets a custom layout method that should be invoked to arrange subgraphs.

Namespace: MindFusion.Diagramming.Layout
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public LayoutSubgraph CustomLayout { get; set; }

Visual Basic  Copy Code

Public Property CustomLayout As LayoutSubgraph

 Property Value

A LayoutSubgraph delegate object.

 See Also

CompositeLayout Members
CompositeLayout Class
MindFusion.Diagramming.Layout Namespace