MindFusion.Diagramming for WinForms Standard のリリース

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: 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...