I need to change the shape of connectors of a shape to a custom shape that is a jpg or other image formats.
how can I do that?
3 Answers, 1 is accepted
0
Dinko | Tech Support Engineer
Telerik team
answered on 22 Aug 2016, 12:23 PM
Hi,
You can create a custom style with TargetType=":RadDiagramConnector" and set it to the ConnectorStyle property of the RadDiagramShape. Then you can override the default template of the connector by creating custom ControlTemplate and set it to the Template property of the RadDiagramConnector. Take a look at the following code.