Gets or sets the custom partition to use when PartitionMethod is set to Custom.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public List<IEnumerable> CustomPartition { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property CustomPartition As List(Of IEnumerable) |
See Also