Search
CompositeLayout.MasterLayout Property
See Also
 





Gets or sets a layout that should be applied globally to the diagram.

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

 Syntax

C#  Copy Code

public Layout MasterLayout { get; set; }

Visual Basic  Copy Code

Public Property MasterLayout As Layout

 Property Value

An instance of Layout-derived class. The default is AnnealLayout.

 Remarks

Each subset in the layout partition is considered a node in a graph representing the diagram. MasterLayout is used to arrange that graph, while SubgraphLayout and SubtreeLayout are applied on the partition subsets. Since in the general case subsets will occupy areas of varying size, MasterLayout should be set to an instance of a layout class that can handle nodes of non-uniform dimensions.

 See Also

CompositeLayout Members
CompositeLayout Class
MindFusion.Diagramming.Layout Namespace