Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Diagramming for Blazor, V1.0.6 (Read 253 times)
Forum Admin
YaBB Administrator
*****
Offline


Rock and Roll

Posts: 709
Joined: Apr 6th, 2003
Diagramming for Blazor, V1.0.6
Nov 4th, 2024 at 12:02pm
Print Post  
We have released version 1.0.6 of MindFusion.Diagramming for Blazor. It contains the following new features and improvements:

New mouse events
  • NodePointed event has been replaced by a set of more specific events: NodePointerEnter and NodePointerLeave are raised when the mouse pointer respectively enters or leaves the boundaries of a node. NodeHovered fires if the pointer rests over a node for HoverDelay milliseconds.
  • LinkPointed event has been replaced by a set of more specific events: LinkPointerEnter and LinkPointerLeave are raised when the mouse pointer respectively enters or leaves the boundaries of a link. LinkHovered fires if the pointer rests over a link for HoverDelay milliseconds.

Miscellaneous
  • Set the AutoDeleteLinks property to false to prevent deleting links along with a node they connect, and disconnect the links instead.
  • DividerPen property added to ContainerNode, TableNode and TreeViewNode classes. It lets you customize the appearance of the divider line drawn between a node's caption bar and content area.
  • Text alignment fixes.
  • Fixed label placement when SetLinkLengthPosition is called with 1 as argument value.

API changes
  • LinkPointed and NodePointed events replaced by LinkHovered and NodeHovered.

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

Updated assemblies are also available as https://www.nuget.org/packages/MindFusion.Diagramming.Blazor/ NuGet package.

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