Represents methods that are called to report on progress of layout algorithms.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public sealed class LayoutProgress : MulticastDelegate |
Visual Basic
Copy Code
|
|---|
Public NotInheritable Class LayoutProgress |
Inheritance HierarchySystem.Object![]()
System.Delegate![]()
System.MulticastDelegate![]()
MindFusion.Diagramming.Layout.LayoutProgress
See Also