Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic MindFusion.WPF Pack, 2024.R2 (Read 69 times)
Forum Admin
YaBB Administrator
*****
Offline


Rock and Roll

Posts: 689
Joined: Apr 6th, 2003
MindFusion.WPF Pack, 2024.R2
Apr 24th, 2024 at 5:12pm
Print Post  
Version 2024.R2 is a maintenance release containing several fixes and customer-requested features:

MindFusion.Diagramming

Custom anchor point / pattern classes
The control now supports serialization of custom AnchorPoint and AnchorPattern -derived objects. Call the RegisterClass method to specify XML or JSON type identifiers of the custom classes. Override SaveToXml and LoadFromXml to serialize custom properties in XML format. Override SaveToJson and LoadFromJson to serialize custom properties in JSON format. Custom classes must also implement no-argument and copy constructors.

Miscellaneous
  • New LinkDensity partitioning method added to CompositeLayout, divides the graph depending on ratio of nodes to links in subgraphs.
  • JsonImageHandler lets you serialize custom image sources to JSON format.
  • AnnealLayout now normalizes distance calculations, making its cost property values independent from diagram's MeasureUnit.
  • Enable the FlipImage property of ShapeNode to make node's Image follow the geometric shape mirroring specified by FlipX and FlipY properties.
  • Set the AutoDeleteLinks property to false to prevent deleting links along with a node they connect, and disconnect the links instead.
  • JsonSerializeTag event is now raised when serializing AnchorPoint Tag values in JSON format.
  • The control automatically shows ContextMenu of right-clicked objects. It also raises NodeMenuOpening, LinkMenuOpening and ContextMenuOpening validation events to let you cancel the operation selectively.
  • Fix for Disallow* mouse cursors not showing.
  • Fix for custom table cell templates not rendering in version 4 DiagramView.
  • Fix for CreateImage exporting nodes at zero position.
  • Fix for incomplete layout by Print and PrintPreview methods of DiagramDocument.

MindFusion.Spreadsheet
  • Set the ShowLeadingApostrophes property to stop hiding escaping leading apostrophe (used to treat remaining cell content as text).


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

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

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