Search
CompositeLayout.CustomPartition Property
See Also
 






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

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

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

Public Property CustomPartition As List(Of IEnumerable)

 Property Value

 See Also