Search
Diagram.NowLoading Property
See Also
 





Gets a value indicating whether the diagram data is now being loaded from a file.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool NowLoading { get; }

Visual Basic  Copy Code

Public ReadOnly Property NowLoading As Boolean

 Property Value

true if the diagram is currently in a loading state; otherwise, false.

 See Also