MindFusion.Diagramming for WPF 新版本發表
Released: Sep 23, 2015
Updates in this release
Updates in V3.3.1
- Resize Table Columns and Rows - TableNode columns and rows can now be resized interactively.
- Barcode Nodes - Display EAN, UPC or QR barcodes in a node.
- ShapeDesigner Improvements - Interactive zoom via the mouse wheel, undo support and the ability to create an alternative user interface for editing element attributes.
- Miscellaneous
- Prevent a node from leaving the diagram boundaries during user interaction.
- Dashed selection frames are now drawn in two colors and are visible on...
Released: Jun 2, 2015
Updates in this release
Updates in V3.3
- Support for Visio Stencils - Diagrams can now display shapes from stencil files in Visio 2003 XML stencil format (.vsx).
- AnchorPatern Improvements - Associate anchor points with shape definitions.
Released: May 20, 2013
Updates in this release
Updates in V3.01
- Selection Improvements - Let users select existing items, but not modify them or draw new ones.
- Preserve Order in Tree Layouts - A TreeLayout can keep the original geometric order of child nodes when arranging them under their parent. This can be used to arrange tree branches in a specific order by first positioning them in increasing horizontal or vertical positions.
Released: Dec 3, 2012
Updates in this release
Updates in V3.0
- Visual Studio 2012 support.
- Themes and theme editor.
- Node effects.
- Multi-page diagrams and tabbed views.
- Multiple labels per link.
- Layers and layer list-view control.
- One-way graph layout.
- Parallelization of layout algorithms.
- Magnifier tool.
Released: May 30, 2012
Updates in this release
Updates in V2.8.2
- Rotate attached nodes
- SaveToXml method saves definition of custom Shapes
- Display negated Y coordinates on the vertical Ruler scale
- In-place TextBox control now wraps text on multiple lines by default
- Diagram control automatically added to the Visual Studio toolbox by the installer
Released: Feb 13, 2012
Updates in this release
Updates in V2.8
- Virtualize diagram items
- Id property added to DiagramItem
- FindLinkById and FindNodeById methods
- Lane headers can be anchored to the top-left of the viewport
- Improved path-finding for long links in QuickRouter
- StartPoint and EndPoint properties added to DiagramLink
Released: Sep 28, 2011
Updates in this release
Updates in V2.7
- Automatic node alignment - If AutoAlignNodes is enabled, the node currently being drawn or resized is aligned to another node so that a pair of their vertical or horizontal sides become collinear. To specify the maximal distance at which nodes are aligned, set the AutoAlignDistance property. The pair of aligned nodes is indicated visually by drawing an alignment guide using the pen assigned to AlignmentGuidePen.
- Fractal tree layout - FractalLayout is a tree layout algorithm that...
Released: Jun 13, 2011
Updates in this release
Updates in V2.6
- CompositeLayout multi-level graph layout algorithm
- Improved alignment in FlowchartLayout branches
- OrthogonalLayout improved to create less link bends
- CircularLayout can dynamically select appropriate radius
- KeepLaneSizes property added to SwimlaneLayout
- Support for resizing multiple nodes simultaneously
Released: May 31, 2011
Updates in this release
Updates in V2.5.2
- Define node shapes using Visio-like shape formulas
- Define node shapes through PathGeometry objects
- Improved support for nodes with non-uniform size in SpringLayout
- Improved symmetry in SpringLayout
- SetZoomFactor zooms the diagram with specified pivot point
Released: Feb 10, 2011
Updates in this release
Updates in V2.51
- Export diagrams to Visio XML Drawing format
- Links snap to nearest node
- Control length of U-bends in QuickRouter
- InchDivisions property added to Ruler
- Event for copying hosted controls to clipboard