Search
LayoutProgress Class
See Also
 






Represents methods that are called to report on progress of layout algorithms.

Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public sealed class LayoutProgress : MulticastDelegate

Visual Basic  Copy Code

Public NotInheritable Class LayoutProgress
    Inherits MulticastDelegate

 Inheritance Hierarchy

System.Object
    System.Delegate
        System.MulticastDelegate
            MindFusion.Diagramming.Layout.LayoutProgress

 See Also