Released: Apr 14, 2011
Updates in this release
Updates in V5.6.2
- Define node shapes using Visio-like shape formulas
- Define node shapes through GraphicsPath objects
- Improved support for nodes with non-uniform size in SpringLayout
- Improved symmetry in SpringLayout
- SpringLayout.Randomize randomizes initial node positions
Released: Mar 7, 2011
Updates in this release
Updates in V5.6.1
Export/Import improvements
- The swimlane grid can be exported to Visio by setting the ExportLanes property of VisioExporter.
- PdfExporter supports radial gradients.
- VisioImporter can import attributes from shape masters.
- Improved support for importing Visio groups.
- Parsing SVG content became slow after the additions in V5.6. Now parsing speed has been improved.
CompositeNode improvements
- The FocusedComponent property specifies which component has the keyboard focus.
- Components...
Released: Feb 16, 2011
Updates in this release
Updates in V5.6
- Now you can compose nodes from various kinds of components
- Standard border, text, image and shape components added
- Standard button, checkbox and edit components added
- Simple, stack and grid panels for component layout added
- SvgNodes now support SVG text and marker elements
- NodePointed or LinkPointed events added
Released: Sep 15, 2010
Updates in this release
Updates in V5.4
- Swimlane Layout
Swimlane Layout can be used to arrange process diagrams in which nodes representing activities are placed in swimlanes representing resources. The index of the resource allocated to an activity should be assigned to the corresponding node's LayoutTraits [SwimlaneLayoutTraits.Lane]. By default, the algorithm works with the diagram's LaneGrid, but its SwimlaneGrid property can be set to any class that implements ISwimlaneGrid. This allows applying the layout to a...
Released: May 20, 2010
Updates in this release
Updates in V5.3.5
- Support for .NET 4
The package now includes a .NET 4 version of the MindFusion.Diagramming assemblies, available in the VS2010 subfolder of the installation folder. These assemblies can also be used in applications that target the .NET 4 Client Profile. The VS2010 folder also includes sample projects for Visual Studio 2010. Versions 2 and 3 of the .NET runtime are still supported. - The Toolbox Installer tool can be used to automatically add the MindFusion.Diagramming components...
Released: Dec 3, 2009
Updates in this release
Updates in V5.3.3
- The static FromSvg method of the Shape class creates a shape corresponding to the outline of an SVG drawing
- The ContentAlign property of SvgNode specifies how a drawing is aligned relatively to the node
- Improved support for gradients in SVG
- SvgContent can parse files with embedded CSS styles
- Adjustment handles styling
- LinkCreateCancelled and NodeCreateCancelled events raised when the user cancels item creation
- The Parent property of TreeViewItem returns the parent item
- The...