Gets or sets the custom partition to use when PartitionMethod is set to Custom.
Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public List<IEnumerable> CustomPartition { get; set; } |
Visual Basic Copy Code |
---|
Public Property CustomPartition As List(Of IEnumerable) |
A list of DiagramNodeCollection objects that partitions the diagram into subgraphs.
This value is used if PartitionMethod is set to Custom.