Search
CompositeLayout.CustomPartition Property
See Also
 





Gets or sets the custom partition to use when PartitionMethod is set to Custom.

Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public List<IEnumerable> CustomPartition { get; set; }

Visual Basic  Copy Code

Public Property CustomPartition As List(Of IEnumerable)

 Property Value

A list of DiagramNodeCollection objects that partitions the diagram into subgraphs.

 Remarks

This value is used if PartitionMethod is set to Custom.

 See Also