MindFusion.Diagramming for ActiveX 릴리스

릴리스 전반에서 새로 나온 내용을 살펴보세요. 기능, 개선 사항, 해결된 문제에 대한 자세한 정보를 제공합니다.

1월
2월
3월
4월
5월
6월
7월
8월
9월
10월
11월
12월
MindFusion.Diagramming for ActiveX 4.9.82022년 7월 5일
기능
  • Multiple labels per node - Allows multiple captions to be displayed for a single flowchart node. You can customize node labels including display and positioning.
  • Miscellaneous
    • The bhMoveLabels behavior now lets user move link and node labels interactively.
    • HorizontalOffset and VerticalOffset now work for arrow labels positioned using SetLinkLengthPosition method.
MindFusion.Diagramming for ActiveX 4.9.72022년 1월 26일
기능
  • Mouse wheel - The control now provides built-in mouse wheel handling.
    • By default, rotating the wheel scrolls the view vertically.
    • Users can scroll horizontally by holding down the Shift modifier key while rotating the mouse wheel.
    • The Control modifier scrolls the view in larger amounts (half the viewport width or height depending on scroll direction).
    • Setting the MouseWheelAction property to Zoom makes wheel rotation zoom into the view instead.
    • You could implement your own mouse-wheel logic by setting MouseWheelAction to None and handling the MouseWheel event.
  • Miscellaneous
    • The Opacity property lets you apply semi-transparency to all graphic elements of a diagram item.
    • EPicturePos now supports new picFitLeft, picFitTop, picFitRight and picFitBottom alignment styles, which resize Picture to fit node's boundaries and align it to respective border.
    • The CancelDrag method lets you cancel current mouse interactions.
    • The ChangeBehavior method allows changing Behavior value without clearing selection.
    • PNG transparency is now supported in GDI+ mode.
    • The RedrawCacheImage method lets you reset back buffer when you need to change appearance of stationary objects during user interaction.
    • Added MultiProc2 box shape.
    • The MoveNodes behavior allows you to grab nodes to drag them without using adjustment handles.