xaml-sdk/Diagram/CustomConnectionCaps
martinivanoff 93ce43d48e Examples update 2016-05-05 12:15:17 +03:00
..
Properties Update repository for Q2 2015. 2015-06-24 16:29:11 +03:00
App.config Update repository for Q2 2015. 2015-06-24 16:29:11 +03:00
App.xaml Update repository for Q2 2015. 2015-06-24 16:29:11 +03:00
App.xaml.cs Update repository for Q2 2015. 2015-06-24 16:29:11 +03:00
App_SL.xaml Update repository for Q2 2015. 2015-06-24 16:29:11 +03:00
App_SL.xaml.cs Update repository for Q2 2015. 2015-06-24 16:29:11 +03:00
CustomConnection.cs Update repository for Q2 2015. 2015-06-24 16:29:11 +03:00
CustomConnectionCaps_SL.csproj Examples update 2016-05-05 12:15:17 +03:00
CustomConnectionCaps_WPF.csproj Examples update 2016-05-05 12:15:17 +03:00
Example.xaml Update repository for Q2 2015. 2015-06-24 16:29:11 +03:00
Example.xaml.cs Update repository for Q2 2015. 2015-06-24 16:29:11 +03:00
MainPage.xaml Update repository for Q2 2015. 2015-06-24 16:29:11 +03:00
MainPage.xaml.cs Update repository for Q2 2015. 2015-06-24 16:29:11 +03:00
MainWindow.xaml Update repository for Q2 2015. 2015-06-24 16:29:11 +03:00
MainWindow.xaml.cs Update repository for Q2 2015. 2015-06-24 16:29:11 +03:00
Readme.md Examples update 2016-05-05 12:15:17 +03:00

Readme.md

##Custom Connection Caps## The CustomConnectionCaps SDK sample demonstrates a possible way to create custom Connection Caps. Sometimes you may need custom geometry for the connection caps. In such case you can inherit the RadDiagramConnection class and override the CreateSourceCapGeometry and CreateTargetCapGeometry methods.

The approach is also described in the following help article:

http://docs.telerik.com/devtools/wpf/controls/raddiagram/howto/create-custom-connectioncap

<keywords:geometry, pathfigure>