Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic version 1.6 beta (Read 849 times)
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
version 1.6 beta
May 30th, 2010 at 12:04pm
Print Post  
DiagramLite 1.6 adds the following new features:

Support for custom arrowheads
The type of the HeadShape, BaseShape and IntermediateShape properties of DiagramLink has been changed from enum ArrowHead to class Shape, which is also used to define ShapeNode shapes. The ArrowHeads class now exposes Shape definitions that correspond to the ArrowHead enumeration members from previous versions. It is also possible to assign any Shapes member or a custom shape as an arrowhead. When used for arrowheads, position (50, 0) in the shape definition corresponds to the arrowhead's tip point.

Adjustment handles styling
The ActiveItemHandlesStyle, SelectedItemHandlesStyle and DisabledHandlesStyle properties can be used to customize the appearance of selection handles. The HandlesVisualStyle objects returned by them provide sub-properties that control the handles stroke and fill attributes.

Miscellaneous
~ Different arrowhead shapes can be filled with distinct brushes as set through HeadBrush, BaseBrush and IntermediateBrush.
~ The diagram area can be resized automatically to fit the current diagram items as set through the AutoResize property.
~ InitializeNode and InitializeLink events are raised when the user starts drawing a new item and can be used to customize the appearance of nodes and links before they are displayed.
~ Improved drawing speed of links.

If anyone is interested in trying out the beta, please download it here:
https://mindfusion.eu/_beta/DiagramLite16.zip

The archive also includes a new sample project showing how to use SpringLayout for partial layout and animation.

Thanks,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint