Search
Layout.Progress Property
See Also
 






Gets or sets the progress callback delegate.

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

 Syntax

C#  Copy Code

public virtual LayoutProgress Progress { get; set; }

Visual Basic  Copy Code

Public Overridable Property Progress As LayoutProgress

 Property Value

A LayoutProgress delegate method to call while the algorithm proceeds.

 See Also