This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hello, I have one simple doubt. I have created one node diagram. The code looks like this. FlowDiagramConnection conn2 = new FlowDiagramConnection(subEntityNode.ConnectionPoints[1], subEntityaccountUserNode.ConnectionPoints[0]); _model.Connections.Add(conn2); where _mode is FlowDiagramModel. It displays correctly but I want to modify connection lines, I mean right now dark black connection lines are drawn but I want dashed or dotted line. Any Idea how can I change node link? Many thanks in advance -KS |
|