Search
Layout.MaxDegreeOfParallelism Property
See Also
 





Gets or sets the maximum degree of parallelism.

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

 Syntax

C#  Copy Code

public virtual int MaxDegreeOfParallelism { get; set; }

Visual Basic  Copy Code

Public Overridable Property MaxDegreeOfParallelism As Integer

 Property Value

An integer value specifying the degree.

 Remarks

Applicable only if EnableParallelization is set to true. Available only in .NET 4.0 versions and later.

 See Also