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