首页 / 新闻 / MindFusion.Diagramming for JavaScript V3.5.4
MindFusion.Diagramming for JavaScript V3.5.4
改进了 MoveNodes 行为,允许不使用调整句柄拖动节点。
5月 7, 2021
新版本
特性
Stock themes - The library now includes nine stock themes, accessible via respective static methods of the Theme class. Call the setTheme method of Diagram to apply a theme.
The MoveNodes behavior now allows nodes to be dragged without using adjustment handles.
Added new SelectedBrush and SelectedStroke properties which are used to draw selected items.
CaptionBackBrush of ContainerNode and TableNode objects can now be set via Style instead of nodes' own properties.
Added BackColor and TextColor properties to NodeListView.
ToolTip property of AnchorPoint now shows tooltip text when mouse hovers over the point.
Added new Scripting.js sample project which demonstrates ControlNode objects and graph traversal.