홈 / 뉴스 / MindFusion.Diagramming for WinForms Standard 6.4.2
MindFusion.Diagramming for WinForms Standard 6.4.2
Fluent API는 유려한 프로그래밍 스타일을 위한 서포트 및 다이어그램 링크 그리기를 위한 개선사항을 추가합니다.
11월 2, 2016
신규 버전
기능
Fluent API - Extension methods in MindFusion.Diagramming.Fluent and MindFusion.Diagramming.Layout.Fluent namespaces add support for fluent programming style.
DiagramLink Improvements
The component no longer keeps a separate segmentCount field, removing a common source of errors. The SegmentCount property now calculates its value from ControlPoints elements. The UpdateFromPoints(updateGroups, updateSegments) overload has been removed too.
SegmentCount setter no longer refuses changing number of segments if auto-routing is enabled or the link is a self-loop.
The new Spline element of LinkShape enumeration draws links as interpolating splines that pass through all of their control points:
Miscellaneous
The ModifierKeyAction.ExtendSelection mode selects items within the lasso without deselecting old ones.
The Visio Stencils import API provides access to BeginArrow and EndArrow values.
The Visio Stencils import API provides access to Connection elements defined for a shape.
It is now enough to set EnableStyledText to enable styled-text mode without having to also enable PolygonalTextLayout.
Fixed bug where ItemAdded event wasn't raised for interactively drawn items.
Miscellaneous UI control assemblies (NodeListView, LayerListView, Ruler, etc) have been merged into a single MindFusion.Diagramming.WinForms.Controls.dll.