MindFusion updates FlowChart.NET

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 Table property of the Row class returns the TableNode that contains the specified row
  • TriggerRerouting can be set to WhileModifying to re-route links while their incident nodes are moved or resized
  • MiddleSegment and MiddleSegmentRotated styles added to the LinkTextStyle enumeration
  • Granularity property added to QuickRouter
  • Improved LayeredLayout speed in EnforceLinkFlow mode
  • Behavior classes have more control over interaction through the OnMouseDown, OnMouseMove and OnMouseUp methods