Hi,
I''m a beginner to SyncFusion - Diagram.
During runtime, I''m trying to add SymbolModels to my SymbolPalette. I think I''ve done that successfully with the following code snippet:
Syncfusion.Windows.Forms.Diagram.SymbolModel catSymModel = this.paletteGroupView1.Palette.AddSymbol("Cat");
When I run this code so far, I see a new icon for this "Cat" Symbol Model appear in my palette.
So now when I drag it onto the diagram, I get an "Overflow error" and sometimes it crashes.
That is to be expected.
But the goal is I want just a simple rectangle to appear on the diagram.
I have no idea how to proceed next. Please help.
Thanks for your time.