AddFlow for WPF Standard(英語版) のリリース

Released: May 8, 2019

2016 (v2.1.0.9) での更新項目

Updates in 2016 (v2.1.0.9)

  • Bug fixed: A static modifier in the C# code prevented the use of AddFlow in multiple threads.

Released: Mar 20, 2019

2016 (v2.1.0.8) での更新項目

Updates in 2016 (v2.1.0.8)

  • Bug fixed: When resizing a node, its links were not immediately adjusted to the new positions of its pins.

Released: Feb 19, 2019

2016 (v2.1.0.7) での更新項目

不具合の修正

  • Bug fixed: a bug occuring when change a node attachement mode from "central pin" to "mult-pin" and vice-versa at runtime.
  • Bug fixed: if you rotated a node 180 degrees and resized it, it did not work as expected.
  • Bug fixed: the pins did not behave correctly when a node was rotated.

Released: Aug 7, 2018

2016 (v2.1.0.6) での更新項目

不具合の修正

  • Bug fixed: When creating a node, under certain conditions, a crash could occur when the mouse was released outside of the canvas.

Released: Jul 1, 2016

2016 での更新項目

機能

  • Captions - A Caption is like a label or a note. It is a new type of object that allows the displaying of text or an image that can be owned by any item.
  • Orthogonal links - A new link line style.
  • Virtualization mode speeds up working with very large diagrams.

Released: Mar 14, 2011

v1.3 での更新項目

  • Rotation. If the CanRotateNode property of AddFlow is true (which is the case by default) and if the IsRotatable property of a node is true (which is the case by default), a node can be rotated programmatically, using the node RotationAngle property or interactively, using a handle placed at the right of the node. You may change the look of this rotation handle using the RotateHandleStyle property.When rotating nodes interactively, the SelectedNodesRotating event is fired and the IsRotatingNode...

Released: Sep 22, 2010

v1.2 での更新項目

  • 64-Bit Compatible: AddFlow for WPF is now compatible with 64bit systems.

Released: Jan 5, 2010

v1.1 での更新項目

  • Jumps may be displayed at intersections of link segments
  • Panning mode: Can scroll the diagram directly with the mouse
  • Connectors and pins: You can know customize the shape of the pins used to connect create the links. And you can define for each node a connector object that contains several pins.