This is a migrated thread and some comments may be shown as answers.

In Out Connecotr and TargetCapType

1 Answer 17 Views
Diagram
This is a migrated thread and some comments may be shown as answers.
ITA
Top achievements
Rank 1
ITA asked on 10 Jun 2014, 07:01 AM
Hi,

we add some custom connections to our shapes.

var outConnector = new InOutConnector() { Offset = new Point(0.5, 1), Direction = InOutConnector.eDirection.drOut, Name="StartConncetor"};                   
NewShape.Connectors.Add(outConnector);
NewShape.UseDefaultConnectors = false;

Works fine, but how do i edit the TargetCapType in here?

Thanks a lot
Best Regards
Rene

1 Answer, 1 is accepted

Sort by
0
Petar Mladenov
Telerik team
answered on 11 Jun 2014, 07:08 AM
Hi Rene,

TargetCapTye is a property of the RadDiagramConnection but I think you create custom RadDiagramConnector in your code snippet. If you need to customize somehow these caps, currently there is no possible way but you can vote for the following feature request in our feedback portal.

Regards,
Petar Mladenov
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
Tags
Diagram
Asked by
ITA
Top achievements
Rank 1
Answers by
Petar Mladenov
Telerik team
Share this question
or