MindFusion.Diagramming for Silverlight のリリース

Released: Feb 23, 2010

Updates in this release

Updates in V1.3

  • Undo / redo support
  • NodeListView control
  • New grid appearance properties
  • Rounded link joins
  • Mouse cursors show what action will start at the current position

Released: Nov 6, 2009

Updates in this release

Updates in V1.2

Ruler control

The Ruler control provides horizontal and vertical scales that helps users measure and align diagram items. In order to use the Ruler, it must be set as a parent of the Diagram object, i.e. in XAML the <Ruler> element should contain the <Diagram> element. The control also implements a scrollable area and can be used instead of ScrollViewer.

Styling and templating

  • Now the appearance of nodes is specified through control templates, and it is possible to...