MindFusion.Diagramming for WPF V4.1.0
Released: May 31, 2024
V4.1.0 での更新項目
機能
- Using custom in-place edit controls - You can now handle the CreateEditControl event to display a custom WPF control for users to edit an item's content.
- New mouse events
- NodePointerEnter and NodePointerLeave are now raised when the mouse pointer respectively enters or leaves the boundaries of a node. NodeHovered fires if the pointer rests over a node for HoverDelay milliseconds.
- LinkPointerEnter and LinkPointerLeave are now raised when the mouse pointer respectively enters or leaves the boundaries of a link. LinkHovered fires if the pointer rests over a link for HoverDelay milliseconds.
- Miscellaneous
- ScrollWheelDelta and ScrollClickDelta properties now let you customize the amount by which the view scroll position changes when users scroll using the mouse wheel or by clicking scrollbar arrows.
- You can now handle the CreateToolTipControl event to create custom ToolTip instances.
- Added AutoHandlesItem and AutoAnchorsNode properties which return the items that currently display automatic adjustment handles or anchor points.
- API changes
- The TextBox property of InPlaceEditEventArgs has been renamed to EditControl, and its type changed from TextBox to base Control type.
不具合の修正
- Fixed SvgExporter and PdfExporter memory leaks.
- Fixed exceptions in SvgExporter for some text symbols.