MindFusion.Diagramming for WPF V3.6.0

Released: Aug 11, 2020

Updates in V3.6.0

Funktionen

Animated Layout

  • New methods allow you to animate the movement of items from their original locations to new locations assigned by the layout object.

JSON Serialization

  • Diagrams can now be serialized in JSON format. This can be used for interoperability with MindFusion JavaScript diagramming library or for general storage in JSON files or databases.

Localization Improvements

  • Right-to-left text support in PdfExporter.
  • Experimental support for right-to-left text in styled text.

Miscellaneous

  • New ContainerNode Arrange method arranges the child items inside a container using the specified layout class.
  • New Factory class CreateDiagramLink overload makes it easier to create links between TreeViewNode items.
  • Added NodeCreateCancelled, NodeModifyCancelled, LinkCreateCancelled, LinkModifyCancelled events.
  • Added SelectionModifyCancelled event.
  • The Diagram class now provides Arrange and ArrangeAsync (CLR 4.5+) methods that take a layout object as argument.

Fehlerkorrekturen

Localization Improvements

  • Fix for PdfExporter creating incorrect PDF files on Chinese versions of Microsoft Windows.

Miscellaneous

  • Set the AutoGrow property to false to prevent containers from resizing automatically when they would not fit newly added nodes.
  • Fixed exception in GridRouter.