Hi,
I want to add custom tool for different types of lines like (simple line, dotted line, arrow line etc) in Tool Box., So that we can drag from tool box and drop it for diagram.
Please help us to implement custom tool for different types of line using XAMDiagram.
Thanks
Hi Kanwar,
It's possible to create custom shapes for the diagram nodes but I can't tell if custom connection lines are supported. I'm currently discussing this with our developers to see if this is possible. I will keep you updated on this.
You can create custom connections by using the existing DiagramConnection and changing some settings on it to achieve the desired look. For example, you can make a dotted line by adding a DiagramConnection to the toolbox and setting the StrokeDashArray property. Take a look at my attached example.