Hello,
I have some questions,
1- How can I control the MouseHover in RadDiagramShape from code behind not from xaml?
2- How can I keep only one connector for RadDiagramShape?
I tried
MyShape.Connectors.RemoveAt(1);
MyShape.Connectors.RemoveAt(0);
It worked
Is there no easier way or a way to remove them all? or I can keep the middle one(Center Connector)?
Thank you.
I have some questions,
1- How can I control the MouseHover in RadDiagramShape from code behind not from xaml?
2- How can I keep only one connector for RadDiagramShape?
I tried
MyShape.Connectors.RemoveAt(1);
MyShape.Connectors.RemoveAt(0);
It worked
Is there no easier way or a way to remove them all? or I can keep the middle one(Center Connector)?
Thank you.