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.