MindFusion.Diagramming for Blazor 2.1
Released: Dec 1, 2025
2.1 での更新項目
機能
Added Ruler Control
- The Ruler control provides horizontal and vertical scales that help users measure and align diagram items. Place the DiagramView element as a child of the Ruler one to establish the binding between them.
- The ruler tracks mouse movements and modifications being performed on an item, and displays markers over the scales indicating the current position in diagram's coordinate system.
- The colors of these markers can be changed using the PointerColor and ProjectionColor properties. If EnableGuides is set to true, the ruler allows aligning several items by clicking on a scale and dragging. That displays alignment guides which follow the mouse pointer and sweep selected items on their way. If no diagram elements are selected, all items are moved.
Miscellaneous
不具合の修正
- Several NodeLabel and ArcTemplate fixes.