
Add advanced diagramming capabilities to your WPF applications. Latest release improves layout options.
Features
- Layout improvements
- The LayeredLayout KeepLinkShapes property lets you preserve the initial Shape of links when LinkType is set to Cascading.
- The LayeredLayout ConsiderNodeShapes property aligns link end points to non-rectangular node borders.
- The CompositeLayout ArrangeAsync method now also applies the MasterLayout asynchronously.
- PathFinder improvements
- Improved speed of FindAllCycles and EnumAllCycles methods.
- FindAllCycles and EnumAllCycles no longer report mirrored versions of cycles in undirected mode.
- Miscellaneous
- The Z order of a ContainerNode's children is now local to the container. Adding child node to a container no longer changes ZIndex values.
- The Diagram class Compact method moves nodes as far possible to the top or left of a diagram without changing their initial relative positions.
- The ModifierKeyAction ExtendSelection element lets users select items with a lasso rectangle without deselecting old ones.
- Set Selection.KeepInsideDiagram property prevents users from dragging multiple selections outside diagram boundaries.