Gets a value indicating whether the diagram data is now being loaded from a file.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public bool NowLoading { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property NowLoading As Boolean |
true if the diagram is currently in a loading state; otherwise, false.
See Also