BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
Hi Hemant,
Thanks for using Syncfusion Products.
Please find the response to your queries as below
S.No |
Query |
Response | |
1 |
I need to create a custom symbol palette group and then consume it in my application ; I have created one using http://help.syncfusion.com/ug/wpf/index.html#!documents/symboldesigner.htm and as a output I got one xaml file, but I am not able to find the process / code for consuming it my application ? |
Requirement: “Need to Load the Custom Symbols/Shapes into the SymbolPalette”
We have used the method LoadSymbolPaletteGroup () of DiagramControl to load the Custom Symbols into the SymbolPalette. We have provided Video and Code Snippet to represent this. Please refer to the Code Snippet and video from the following link:
Code Snippet:
Here, diagramControl is the instance of the DiagramControl.
Video link: | |
2 |
I should be able to drag drop one symbol n number of times. |
Once when the symbol is added to the palette, that symbol can be dragged n number of times. | |
3 |
Each symbol (if repeated also have their unique id’s / instance associated with them). |
We can use the Id or Tag property to find out uniqueness in this items. | |
4 |
I should be able to attach them via connector. |
This can be achieved by using EnablleDrawingTools and DrawingMode property of Diagram View For more details about Connector ,please visit our online help documentation link Link: http://help.syncfusion.com/ug/wpf/Documents/drawingtools.htm
| |
5 |
I should be able to move them on dashboard. |
We have provided Interactive Options (Resize, Rotate and Drag) for drag and drop the items. |
Please let us know if you require further assistance on this
Regards,
Ranjitha A