MindFusion.Diagramming for WPF V4.1.1

Released: Jul 3, 2024

Mises à jour de V4.1.1

Fonctionnalités

  • Export XPS files - The XpsExporter class exports diagrams to XPS (XML Paper Specification) files. The Export method overload lets you export either Diagram or DiagramDocument objects.
  • Miscellaneous
    • The new ToolTipDelay property lets you specify the delay in milliseconds before showing an item's tool-tip.
    • You can now control a node's position during user interaction.

Correctifs

  • DiagramLink tool-tip fixes.
  • Fixed node presenter not disappearing until next WPF layout pass if UIElement.UpdateLayout is called from NodeDeleted.
  • Fixed ContainerNode rotation when RotationStep is set.
  • Fixed ContainerNode rotation for children added using GroupAnchorStyles or AttachToNode flags.