MindFusion.Diagramming for Silverlight Releases

Released: Mar 10, 2015

Updates in this release

Updates in V3.2

  • Foldable Containers - Let your users easily fold and unfold containers by clicking an arrow.
  • Improved Arrowhead Rendering - Arrowheads are rendered as a single path when possible and several arrowhead Shape definitions have been changed to implement mitered joints when HeadStrokeThickness is set to a bigger value.

Released: Apr 12, 2013

Updates in this release

Updates in V3.0

  • Node Effects - Visual effects, including GlassEffect and AeroEffect, can be applied to nodes.
  • Theme Editor - A simple visual environment for theme creation and modification.
  • Diagram Documents - The DiagramDocument class represents a collection of diagram pages or sheets, represented by DiagramPage objects.
  • Multiple Labels per Link - The LinkLabel class allows multiple captions to be displayed for a single DiagramLink object.
  • Layers - Items can now be assigned to layers, and...

Released: Jan 23, 2012

Updates in this release

Updates in V2.3

  • Interactive node alignment via alignment guides
  • FractalLayout tree layout algorithm
  • Specify start and end nodes for LayeredLayout
  • MoveDirection constraint added to NodeConstraints
  • GetAllIncomingLinks and GetAllOutgoingLinks methods added
  • Attach and group nodes hierarchically
  • LinkRouted event raised when links are auto-routed

Released: Aug 10, 2011

Updates in this release

Updates in V2.2

  • VirtualizingDiagram control adds virtualization support
  • Clicked event raised when the user clicks on the diagram
  • Diagram.Viewport returns the visible portion of the diagram
  • Several multiple-resize improvements

Released: Jun 10, 2011

Updates in this release

Updates in V2.1

  • CompositeLayout multi-level graph layout algorithm
  • Improved alignment in FlowchartLayout branches
  • OrthogonalLayout improved to create less link bends
  • SpringLayout improved support for nodes with non-uniform size
  • New DisableMirroring constraint prevents users from flipping a node

Released: Apr 7, 2011

Updates in this release

Updates in V2.0.1

  • Create HTML image maps for exported diagram images
  • Id property added to DiagramItem
  • DelKeyAction specifies how to process Del key-press
  • LinkDeleting and NodeDeleting validation events

Released: Nov 17, 2010

Updates in this release

Updates in V2.0

  • Swimlanes
    The lane grid lets you emphasize the relationship between a group of diagram items by displaying them in a distinct lane or cell within the grid. To display the lane grid, set the EnableLanes property of the Diagram class to true. In order to customize the grid, set the various attributes exposed by the LaneGrid property, which lets you specify the number of rows and columns, add headers, customize the cell appearance, etc. The new Lanes sample project uses the lane...

Released: Jul 12, 2010

Updates in this release

Updates in V1.7

  • Clipboard Support
    A single diagram item or a selection of items can be copied or cut to the Windows clipboard. This is done programmatically using the CopyToClipboard and CutToClipboard methods. To paste the clipboard contents into the current diagram, call PasteFromClipboard. Clipboard support was introduced with version 4 of Silverlight, so these methods are not available in the Silverlight 3 build of the control.
  • Node rotation
    Shape nodes can be rotated at an arbitrary angle...

Released: Jun 16, 2010

Updates in this release

Updates in V1.6

  • Support for custom arrowheads
    The type of the HeadShape, BaseShape and IntermediateShape properties of DiagramLink has been changed from enum ArrowHead to class Shape, which is also used to define ShapeNode shapes. The ArrowHeads class now exposes Shape definitions that correspond to the ArrowHead enumeration members from previous versions. It is also possible to assign any Shapes member or a custom shape as an arrowhead. When used for arrowheads, position (50, 0) in the shape...

Released: May 20, 2010

Updates in this release

Updates in V1.5

  • Support for Silverlight 4
    The package now includes a Silverlight 4 version of the MindFusion.Diagramming assembly, available in the VS2010 subfolder of the installation folder. That subfolder also includes sample projects for Visual Studio 2010. Silverlight 3 and Visual Studio 2008 are still supported.
  • Printing support
    Printing support is available in the Silverlight 4 version of the component. Call the Print method to print the current diagram. The PrintOptions class exposes the...