Hi,
we add some custom connections to our shapes.
Works fine, but how do i edit the TargetCapType in here?
Thanks a lot
Best Regards
Rene
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