xaml-sdk/Diagram/CustomConnectorsTools
martinivanoff 93ce43d48e Examples update 2016-05-05 12:15:17 +03:00
..
Properties
AddConnectorControl.xaml
AddConnectorControl.xaml.cs
App.xaml
App.xaml.cs
App_SL.xaml
App_SL.xaml.cs
CustomConnectionTool.cs
CustomConnectorAddTool.cs
CustomConnectorsTool_SL.csproj Examples update 2016-05-05 12:15:17 +03:00
CustomConnectorsTool_WPF.csproj Examples update 2016-05-05 12:15:17 +03:00
Example.xaml
Example.xaml.cs
MainPage.xaml
MainPage.xaml.cs
MainWindow.xaml
MainWindow.xaml.cs
Readme.md Examples update 2016-05-05 12:15:17 +03:00

Readme.md

##Custom Connectors Tools## The Custom Connectors Tool Diagram SDK shows some possible ways to create Custom Connectors runtime.

- the CustomConnectorAddTool allows you to add custom connectors by pressing Shift + Ctrl + MouseDown over a shape.
- the CustomConnectionTool replaces the default ConnectionTool of the RadDiagram and allows you to define custom connectors on the intersection point between connection and shape. Simply create the connection with mouse and drop it over a shape (but not on a connector). This will create custom connector and attach the connection to it.

- the SettingsPane in the demo provides a way to add custom Connector via additional custom made userControl placed in the second tab of the SettingsPane.

<keywords:connectiontool, hittest, service>