Gets or sets the maximum degree of parallelism.
Namespace: MindFusion.Diagramming.Layout
Package: MindFusion.Diagramming
C# Copy Code |
---|
public virtual int MaxDegreeOfParallelism { get; set; } |
Visual Basic Copy Code |
---|
Public Overridable Property MaxDegreeOfParallelism As Integer |
An integer value specifying the degree.
Applicable only if EnableParallelization is set to true. Available only in .NET 4.0 versions and later.