Group: Forum Members
Last Active: 15 Years Ago
Posts: 10,
Visits: 1
|
In Nevron Diagram WinForm Exaples, there is in Diagram Designer a Connector Tool available. I'd like to add similar one, but when I call for activate, it always adds starting point, and I'm able to define only end point.
How should I activate it to be able to specyfiy with mouse starting point as well?
Ex: --
NCreateConnectorTool tool = view.Controller.Tools.GetToolByName("Create connector tool") as CreateConnectorTool; tool.ConnectorType = ConnectorType.SideToSide;
tool.Activate();
|