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


Rock and Roll

Posts: 685
Joined: Apr 6th, 2003
Diagramming for Silverlight, V3.2
Jan 22nd, 2015 at 5:22pm
Print Post  
We have released version 3.2 of DiagramLite. It contains the following new features:

Foldable containers
Set the Foldable property of ContainerNode to let users fold and unfold containers by clicking up/down arrow in their caption bars. The Folded property lets you fold or unfold containers programmatically. When folded, the child nodes of a container are hidden and its height is set to the caption bar height. The control raises ContainerFolded and ContainerUnfolded events when users fold or unfold a container interactively.

Improved arrowhead rendering
~ Arrowheads are rendered as a single path when possible and several arrowhead Shape definitions have been changed to implement mitered joints when HeadStrokeThickness is set to a bigger value.
~ The point where end segments connect to arrowheads can be specified via the LinkSegmentInset property of the Shape class. Shape definitions from the ArrowHeads class set it to suitable default value. This allows using transparent or semi-transparent brushes without seeing the link line drawn behind arrowheads.

License keys
There is no separate trial build of the control assemblies anymore. Instead, set the LicenseKey property to disable the component's evaluation mode and stop displaying trial messages. If your application contains more than one Diagram instance or other controls by MindFusion, you could call MindFusion.Licensing.LicenseManager.AddLicense(key) to specify the key once instead of setting it per each control. License key strings are now listed on the Keys & Downloads page at MindFusion's customer portal.

Miscellaneous
~ Set the Brush property of LinkLabel to fill the background of link labels.
~ The Anchoring.Keep option is now honored by OrthogonalRouter.
~ The ChangeUnit method sets a new MeasureUnit and scales the coordinates of diagram items to keep them the same size.
~ Fixed node spacing in bottom-to-top TreeLayout.
~ The updateLinks parameter of SetBounds lets you specify whether link positions should change when setting node's new position.

Registered customers with an active upgrade subscription can find license keys at the clients area on our site.
    
The latest version can be downloaded here:
https://www.mindfusion.eu/DiagramLiteTrial.zip

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