Hi Stoyo,
I have tried a lot to make desired balloon shape but unable to make it

.Following is the code generated by the designer.
ShapeNode shapeNode = new MindFusion.Diagramming.Wpf.Shape(
new ElementTemplate[]
{
new LineTemplate(0, 0, 100, 0),
new LineTemplate(100, 0, 100, 100),
new LineTemplate(100, 100, 0, 100),
new LineTemplate(0, 100, 0, 0)
},
new ElementTemplate[]
{
new BezierTemplate(10, 26, 20, -3, 62, -3, 78, 12),
new BezierTemplate(60, 67, 70, 56, 103, 43, 76, 11),
new BezierTemplate(10, 26, 6, 54, 31, 60, 36, 67),
new BezierTemplate(35, 66, 41, 70, 46, 75, 49, 85),
new BezierTemplate(61, 65, 55, 72, 51, 77, 49, 85)
},
null, FillRule.EvenOdd, "Balloon");
In this, I am getting a SquareShape outside the balloon which I don’t want. Apart from that I also want a Button (expandable + and - button which will display menu when expanded).You can check it from the mail, about its complete description. Also the balloon is something different with the requesting one. Its design needs some more modification.
Please help to sort out my problem.
Thanks & Regards,
Bala