Undoes an action saved in the command history.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public void Undo () |
Visual Basic
![]() |
---|
Public Sub Undo () |
The control supports unlimited undo/redo depth. This method moves the "current command" pointer one position back, and calling it again will undo the previous command. The commands can later be redone by calling Redo.
MindFusion.Diagramming for WinUI Programmer's Guide | © 2024 MindFusion |