MindFusion.Diagramming Pack のリリース
Released: Jul 5, 2022
Diagramming for ActiveX Standard v4.9.8 での更新項目
機能
- Multiple labels per node - Allows multiple captions to be displayed for a single flowchart node. You can customize node labels including display and positioning.
- Miscellaneous
- The bhMoveLabels behavior now lets user move link and node labels interactively.
- HorizontalOffset and VerticalOffset now work for arrow labels positioned using SetLinkLengthPosition method.
Released: Jun 1, 2022
Diagramming for iOS v1.5 での更新項目
機能
- Alignment grid - Helps users place diagram items more precisely.
- The grid can be either visible or invisible.
- If visible, the grid is painted as a matrix of points or as series of crossing lines.
- gridColor defines the color with which the alignment points or lines are painted.
- Miscellaneous
- MoveNodes behavior now allows you to grab nodes to drag them without using adjustment handles.
- resizeToFitText method makes nodes large enough to fit their text.
- Added the measureString method which lets...
Released: Mar 7, 2022
Diagramming for Xamarin v1.6 での更新項目
機能
- 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 MultiTouchModify...
Released: Jul 17, 2017
Diagramming for Android v1.5 での更新項目
機能
- Flip shapes - ShapeNodes can now be flipped horizontally or vertically.
- DiagramLink improvements
- AllowSplitLinks now works for Bezier links too.
- IntermediateShape shapes are now rendered at correct position for Spline links.
- Miscellaneous
- Behavior.PanAndModify lets you select and modify when touch gesture starts over an item, or pan the view otherwise.
- Item texts are now rendered anti-aliased.
- Zoom is now centered around touch position by default. The ZoomAtTopLeft Boolean property has been...