MindFusion.Diagramming for WPF V4.1.4
Released: Dec 9, 2024
Aggiornamenti in V4.1.4
Funzionalità
- Set EnableVirtualization to false to stop a DiagramView's UI virtualization.
- DiagramView now honors HorizontalContentAlignment and VerticalContentAlignment properties inherited from base Control class, letting you align or center a smaller diagram inside the view.
- DataContext of a ToolTip control assigned to items is now set to the item that displays it.
- New SvgExporter Export overload lets you export an already rendered part of DiagramView quicker than overloads taking a Diagram argument.
Correzioni
- Fixed exception when an item's ToolTip property is set to a System.Windows.Controls.ToolTip instance rather than a string.