Gets or sets the maximum degree of parallelism.
Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public virtual int MaxDegreeOfParallelism { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Overridable Property MaxDegreeOfParallelism As Integer |
RemarksApplicable only if EnableParallelization is set to true. Available only in .NET 4.0 versions and later.
See Also