MindFusion.Wpf Pack Programmer's Guide
LayoutProgress Delegate
See Also
 





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

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

 Syntax

C#  Copy Code

public delegate void LayoutProgress (
    int current,
    int total
)

Visual Basic  Copy Code

Public Delegate Sub LayoutProgress( _
    current As Integer, _
    total As Integer _
)

 Parameters

current

An integer value specifying the current relative progress of the layout algorithm.

total

An integer value specifying the total number of steps required by the layouting algorithm in order to finish.

 See Also

MindFusion.Diagramming.Wpf.Layout Namespace