MindFusion.Diagramming for Xamarin Releases

Released: Mar 7, 2022

Updates in 1.6

Funktionen

  • Added Node List Control - The NodeListView is a ListView control that can host any type of DiagramNode object. Nodes from to the NodeListView control can be drag-and-dropped onto a Diagram, which creates a clone of the dragged node at the drop position. Call the AddNodes or AddNode methods to populate the list.
  • Extended support for Multi-Touch:
    • If MultiTouchZoom property is enabled (default), the view can now be zoomed or panned using two-touch pinch / flick gestures.
    • If...

Released: Mar 4, 2021

Updates in 1.5

Funktionen

  • Added support for free-form Nodes - A FreeFormNode collects all points from the mouse or from touch input and displays them as node's outline.
  • Export Images - You can now create a static image representing the current diagram using the CreateImage method.
  • Miscellaneous
    • Radial menu in UWP no longer changes selection.
    • Added the abililty to set WhileModifying flag in TriggerRerouting to route links while nodes are being dragged.

Fehlerkorrekturen

  • Link routing fixes.
  • Fixed issue with...

Released: Dec 18, 2020

Updates in 1.4

Funktionen

  • Diagrams can now be serialized in JSON format.
  • Miscellaneous
    • RadialMenu improvements.
    • ZoomToFit method added to DiagramView.
    • Interactive pinch zoom in UWP.
    • Various SaveTo* methods are now async.
    • XML serialization improvements and fixes.
    • LongPressed event added to Diagram.
    • StringFormat.ClipText property and wrap fixes.

Fehlerkorrekturen

  • Fixed arc segments in UWP graphics paths.
  • Fixed a bug which caused the diagram to not show on initial load in a UWP application.

Released: Jan 28, 2020

Updates in 1.3

Funktionen

General

  • The library has been updated to Xamarin.Forms version 4.4. The target runtime of libraries have been changed to Microsoft .NET Standard 2.0.
  • The core MindFusion.Diagramming.dll assembly has been refactored into 2 libraries - MindFusion.Common.dll and MindFusion.Diagramming.dll.
  • DiagramView scroll bars can now be interacted with in UWP and Android.
  • New LabelClicked event is raised when users click on a LinkLabel.
  • Added support for underlined font styles.
  • ImagePadding property...

Released: Dec 22, 2017

Updates in 1.2

Funktionen

  • Universal Windows Platform - The Diagram control can now be used in UWP Xamarin.Forms applications. Support for UWP is implemented by the MindFusion.Diagramming.Universal.dll assembly.
  • Flip shapes - ShapeNodes can be flipped horizontally or vertically. Enable the AllowFlip property and the shape flips when an edge is dragged over its opposite edge. You can get or set current flip state using FlipX and FlipY properties.