MindFusion.Wpf Pack Programmer's Guide
Diagram.NowLoading Property
See Also
 





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

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

 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

Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace