MindFusion releases WpfDiagram V2.2
Released: Nov 5, 2009
Updates in this release
Updates in V2.2
- The TreeViewNode class represents nodes that can display hierarchical data
- Added predefined shapes that implement the BPMN notation
- FlowchartLayout recognizes program code -like patterns in the graph and arranges it as a flowchart
- TopologicalLayout arranges a graph according to its topological ordering
- A much faster link routing algorithm has been implemented
- Behavior can be set to Pan to allow panning without holding down ALT
- ShapeNode.ClipImage specifies whether the Image should be clipped
- TableNode rows can be highlighted when clicked or by setting the HighlightedRow property
- LinkHitDistance specifies the furthest distance from links that would be considered a hit
- Ruler.NodesAligned event raised when the user aligns nodes using the alignment guide
- DiagramNode.ReassignAnchorPoints distributes links evenly among the available anchor points
- A new CreateImage overload allows exporting scaled images type of the Image property of nodes changed from BitmapSource to ImageSource
- The GridColor property has been replaced by GridPen now the ItemAdded event is raised also when items are added programmatically