Search
Layout.EnableParallelism Property
See Also
 





Gets or sets a value indicating whether to arrange subgraphs on separate threads.

Namespace: MindFusion.Diagramming.Layout
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public virtual bool EnableParallelism { get; set; }

Visual Basic  Copy Code

Public Overridable Property EnableParallelism As Boolean

 Property Value

true to enable parallelism; otherwise, false.

 Remarks

Available only in .NET 4.0 versions and later.

 See Also