Gets or sets the progress callback delegate.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public virtual LayoutProgress Progress { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Overridable Property Progress As LayoutProgress |
A LayoutProgress delegate method to call while the algorithm proceeds.
See Also