MindFusion.Diagramming for WPF V4.1.1
Released: Jul 3, 2024
V4.1.1 での更新項目
機能
- 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.
不具合の修正
- 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.