MindFusion.Diagramming for WinForms is the new name for FlowChart.NET.
MindFusion.Diagramming for WinForms Standard 7.0.3
Released: Jul 17, 2024
7.0.3 での更新項目
機能
New mouse events
NodePointed event has been replaced by a set of more specific events: NodePointerEnter and NodePointerLeave are raised when the mouse pointer enters or leaves the boundaries of a node. NodeHovered fires if the pointer rests over a node for 'HoverDelay' milliseconds.
LinkPointed event has been replaced by a set of more specific events: LinkPointerEnter and LinkPointerLeave are raised when the mouse pointer enters or leaves the boundaries of a link. LinkHovered fires if the pointer rests over a link for 'HoverDelay' milliseconds.
Miscellaneous
You can now set the AutoDeleteLinks property to false to prevent deleting links along with a node they connect, and disconnect the links instead.
DividerPen property has been added to ContainerNode, TableNode and TreeViewNode classes. It lets you customize the appearance of the divider line drawn between a node's caption bar and content area.
API changes
LinkPointed and NodePointed events have been replaced by LinkHovered and NodeHovered.
不具合の修正
Miscellaneous
Fix for custom DoDragDrop calls not working if allowedEffects argument is set to Move.
Fixed label placement when SetLinkLengthPosition is called with 1 as argument value.
Fix for ExteriorBrush not used when drawing to interaction back buffer.