WpfDiagram improves WPF integration

Released: Apr 9, 2010

Updates in this release

Updates in V2.3.1

  • New properties for better integration with the WPF programming model: Font (replaced by FontFamily, FontSize, FontStretch, FontStyle, FontWeight), TextFormat (replaced by TextAlignment, TextVerticalAlignment, TextWrapping and TextTrimming), Pen (replaced by Stroke, StrokeThickness, StrokeDashStyle and various Stroke*Cap properties)
  • TextPadding specifies the padding of text within the text's bounding rectangle 
  • OriginConnection and DestinationConnection properties added to DiagramLink 
  • auto-scrolling in the Overview control has been improved 
  • The Overview control can be scrolled programmatically using its ScrollTo method 
  • ClipText property added to ShapeNode 
  • GetNearestNode returns the node nearest to the specified point 
  • SetBounds method can set a node's Bounds without changing the position of attached nodes