Gets or sets a value indicating whether to arrange subgraphs on separate threads.
Namespace: MindFusion.Diagramming.Layout
Package: 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.