MindFusion.Diagramming for .NET MAUI 1.1.0
Released: Dec 9, 2023
Aggiornamenti in MindFusion.Diagramming for .NET MAUI 1.1.0
Funzionalità
- Undo / redo support - The Diagram now contains an UndoManager object that tracks changes for later undo or redo. Set its UndoEnabled property to true, and UndoManager will collect Command objects representing interactive or programmatic actions in its History collection.
- Multiple changes could be recorded as a single undoable operation by means of the CompositeCmd class and StartComposite method.
- It is also possible to create custom undoable operations by deriving from the Command class and calling ExecuteCommand with the custom command as argument.
- Miscellaneous
- Child property of ContainerNode now returns a list of container's child nodes.
- ScrollChanged and ZoomFactorChanged events have been added to DiagramView.
- You can now use the HatchBrush class to draw hatch patterns.
- You can now convert between view and diagram coordinates by calling ViewToDiagram and DiagramToView methods.
- Hatch adjustment handle styles should now draw as expected.