Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic DiagramLite 1.2 released! (Read 1632 times)
Forum Admin
YaBB Administrator
*****
Offline


Rock and Roll

Posts: 685
Joined: Apr 6th, 2003
DiagramLite 1.2 released!
Nov 5th, 2009 at 8:39pm
Print Post  
We have released version 1.2 of DiagramLite. It contains the following new features:

Ruler control
The Ruler control provides horizontal and vertical scales that helps users measure and align diagram items. In order to use the Ruler, it must be set as a parent of the Diagram object, i.e. in XAML the <Ruler> element should contain the <Diagram> element. The control also implements a scrollable area and can be used instead of ScrollViewer.

Styling and templating
- Now the appearance of nodes is specified through control templates, and it is possible to override the default appearance via custom templates.
- Many appearance related properties are now dependency properties and can be set from styles and template bindings.
- The Pen property has been superseded by Stroke, StrokeThickness and related properties. Pen is still present for compatibility reasons.

LayeredLayout enhancements
- The EnableCustomLayers property enables assigning nodes to specific layers.
- Set the EnforceLinkFlow property to force links flow in the same general direction when there aren't any cycles in the graph.
- You can get layer placement information for nodes and links through the Statistics property.
- StraightenLongLinks ensures that links make no more than two bends.

Miscellaneous
- ZoomToRect method added to Diagram.
- GetNearestSegment method added to DiagramLink.

Registered customers with an active upgrade subscription can download the licensed version from the clients area on our site.

A trial version is available for download here:
https://www.mindfusion.eu/DiagramLiteTrial.zip

NOTE: This version of the control requires Silverlight 3.

Enjoy!
« Last Edit: Nov 6th, 2009 at 7:07am by Forum Admin »  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint