Hi,
We are going to add MenuItems in XAMDiagram and in Menu Item when we add DiagramCommand like:
<MenuItem Header="Send To Back" Name="menuSentToback" Command="DiagramCommands.SendToBack"></MenuItem> after adding that error showing DiagramCommand is not supported in WPF project..
Please let us aware for that.
Thanks
Hi Prikanwar,
I am really glad to hear you’ve solved this. Let me know, if I can be of any further assistance on this matter.
I got the solution. I should declare in this way:
<MenuItem Header="Send Backward" Name="menuSentBackWord" Command="{x:Static ig:DiagramCommands.SendBackward}"></MenuItem>
I want to just know How to add DiagramCommand in XAMDiagram. Right now I am adding DiagramCommand in MenuItems, but error showing DiagramCommand is not supported. Please let me know for any clearance.
Hello Prikanwar,
I have been looking into your description and am not quite sure what are you trying to achieve and where exactly. Could you please send the sample project you are using so I can try and fix it for you?
Looking forward to hearing from you.