We are starting beta tests for Flowchart.NET V5.3.3. The new features are:
SvgNode improvements- 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.
- SvgContent can parse files with embedded CSS styles.
- Fixed a bug in rendering of curves in SVG.
Adjustment handles stylingThe ActiveItemHandlesColor, SelectedItemHandlesColor and DisabledHandlesColor properties have been replaced by ActiveItemHandlesStyle, SelectedItemHandlesStyle and DisabledHandlesStyle. The HandlesVisualStyle objects returned by them provide sub-properties for greater control over the appearance of selection handles. The adjustment handles can now be painted not only in solid color but with arbitrary brushes, such as LinearGradientBrush and TextureBrush objects.
Miscellaneous- 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.
If anyone is interested in trying the beta, please download this archive, which includes updated assemblies and help file:
https://mindfusion.eu/_beta/diag_winforms_v533.zip