Gets or sets a value indicating whether to arrange subgraphs on separate threads.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public virtual bool EnableParallelism { get; set; } |
Visual Basic Copy Code |
---|
Public Overridable Property EnableParallelism As Boolean |
true to enable parallelism; otherwise, false.
Available only in .NET 4.0 versions and later.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |