MindFusion.Diagramming for ActiveX Lanzamientos

Descubre las novedades en cada versión, con detalles de funciones, mejoras y problemas resueltos.

ene
feb
mar
abr
may
jun
jul
ago
sept
oct
nov
dic
MindFusion.Diagramming for ActiveX 4.9.85 jul 2022
Funciones
  • 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.726 ene 2022
Funciones
  • 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.