you can set CrossLine property in inspector.when set it as True,it will show a ellipse angle when a link line acrossing another link line.
Also,you can set it by code.
Code example:

procedure TMainFrm.Button1Click(Sender: TObject); 
begin 
  MyCAD1.CrossLine:=True; 
  //... 
end;