AddFlow for WPF Professional v1.3
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 property of AddFlow is true
- Interactive zoom. This new release adds the possibility to zoom the diagram interactively with the mouse if the MouseSelection property of the AddFlow control is set to MouseSelection.Zoom
- Interactive selection enhancement. A new property to accelerate the selection of items inside a rectangle drawn with the the mouse: CanSelectOnMouseMove. It is true by default. If false, the selection is made only at the MouseUp event (see for instance the “Stress” example in the demo)
- AddFlow for WPF adds also two properties SelectionBoxStyle and ZoomingBoxStyle allowing defining the style of the rectangle used when selection items or zooming interactively with the mouse