MindFusion Pack for .NET MAUI のリリース

Released: Apr 10, 2025

MindFusion.Diagramming for .NET MAUI 1.3 での更新項目

機能

  • Export diagrams to SVG
    • The 'SvgExporter' class lets you export diagrams to SVG (Scalable Vector Graphics) format.
  • Export diagrams to PDF
    • The 'PdfExporter' class lets you export diagrams to PDF (Portable Document Format) format.

Released: Feb 21, 2025

MindFusion.Diagramming for .NET MAUI 1.2 での更新項目

機能

  • Spatial index - Set the EnableSpatialIndex property of Diagram to create an index of item positions for faster hit-testing and viewport clipping queries.
    • This should greatly improve user interaction and rendering speed for diagrams containing tens of thousands or more items.
  • Miscellaneous
    • Added DividerPen property to ContainerNode, TableNode and TreeViewNode classes. It lets you customize the appearance of the divider line drawn between a node's caption bar and content area.
    • The...

Released: May 27, 2024

MindFusion.Diagramming for .NET MAUI 1.1.4 での更新項目

機能

  • Using custom in-place edit controls - You can now handle the CreateEditControl event to display a custom MAUI control for users to edit an item's content.
  • Miscellaneous
    • You can now set the AutoDeleteLinks property to false to prevent deleting links along with a node they connect, and disconnect the links instead.
    • Removed dependencies to obsolete Device.StartTimer method.
  • API changes
    • For consistency with MindFusion controls for other platforms, AllowAutoScroll has been renamed to AutoScroll...

Released: Dec 9, 2023

MindFusion.Diagramming for .NET MAUI 1.1.0 での更新項目

機能

  • Undo / redo support - The Diagram now contains an UndoManager object that tracks changes for later undo or redo. Set its UndoEnabled property to true, and UndoManager will collect Command objects representing interactive or programmatic actions in its History collection.
    • Multiple changes could be recorded as a single undoable operation by means of the CompositeCmd class and StartComposite method.
    • It is also possible to create custom undoable operations by deriving from the Command class and...