Animates the view state.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public void Animate ( |
Visual Basic
Copy Code
|
|---|
Public Sub Animate( _ |
A ViewAnimation -derived object.
ExampleThis example centers specified node in the viewport by running a ScrollAnimation:
C#
Copy Code
|
|---|
var endNode = diagram.FindNodeById("end"); |
See Also