Represents methods that are called to report on progress of layout algorithms.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming.Layout
SyntaxC#
Copy Code
|
|---|
public delegate void LayoutProgress ( |
Visual Basic
Copy Code
|
|---|
Public Delegate Sub LayoutProgress( _ |
An integer value specifying the current relative progress of the layout algorithm.
An integer value specifying the total number of steps required by the layouting algorithm in order to finish.
See Also