Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Diagramming for WPF, V3.8.3 (Read 979 times)
Forum Admin
YaBB Administrator
*****
Offline


Rock and Roll

Posts: 698
Joined: Apr 6th, 2003
Diagramming for WPF, V3.8.3
Nov 3rd, 2022 at 9:53am
Print Post  
We have released version 3.8.3 of WPF Diagram control. It contains the following new features and improvements:

New grouping types
  • Attach to fractional position of main node and keep attached node's size by calling AttachToFractionalPosition method of Group or respective AttachTo overload.
  • Implement custom group positioning by calling AttachCustom and overriding UpdateGroup. The UpdateGroup override must set the position of attached nodes by calling their SetBounds method.
  • Attach a node to a point from link's geometry (not necessarily a control point) by calling AttachAlongLinkLength method of Group or respective AttachTo overload. The group preserves original distance from node to the point along link's length, regardless of the number and shape of link segments.

SvgNode improvements
  • The ContentAutoBounds property specifies whether to calculate content bounds from SVG elements' coordinates, or to honor the drawing's viewbox.
  • SvgNode now displays bitmaps embedded in SVG content.
  • SvgNode now supports dashed lines in SVG content (defined via stroke-dasharray attribute).

Miscellaneous
  • EnableParallelism and MaxDegreeOfParallelism layout properties now available in CoreCLR assemblies (.NET Core 3 and 5+ versions).
  • Intersects methods changed to public virtual to allow overriding them in custom item classes.
  • The ResizeType property of LaneGrid allows setting interactive row/column resize mode that preserves total grid size by subtracting resize amount from lane adjacent to the resized one.

Installer for the latest version can be downloaded here, or from the clients area on our site:
https://mindfusion.eu/WpfDiagTrial.zip

Updated assemblies are also available as MindFusion.Diagramming.Wpf NuGet package.

Enjoy!
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint