MindFusion.Diagramming for WPF V4.1.6

Released: Feb 6, 2025

V4.1.6 での更新項目

機能

  • Customize Node Action Icons
    • The Renderers class lets you customize the appearance a nodes fold, scroll and collapse icons, by providing DrawingContext drawing callbacks, bitmap images or SVG drawings:
      • Set ExpandIconRenderer to override the appearance of collapse / expand buttons displayed by Expandable nodes.
      • Set ScrollIconRenderer to override the appearance of scroll arrows displayed by Scrollable tables.
      • Set FoldIconRenderer to override the appearance of fold / unfold buttons displayed by Foldable containers.
  • Miscellaneous
    • Set the DiagramView LightweightPresenters property to create a smaller WPF visual tree, at the cost of more frequent repaints.
    • DiagramView overrides OnCreateAutomationPeer to expose diagram items to Windows UI Automation (for accessibility and automatic testing).