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