Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Link corners (2 issues) (Read 205 times)
Andrey
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 2
Joined: Jan 29th, 2026
Link corners (2 issues)
Jan 29th, 2026 at 7:50am
Print Post  
Hello, while working with the links we discovered several problems, namely:
1. Link corners stop being rounded if radius values ​​are greater than 10 (see Attachment 1)
2. The actual radii of the corners are different if the corners are close to each other (see Attachment 2)
  

R_R_R_.png ( 43 KB | 8 Downloads )
R_R_R_.png
r20+-.png ( 24 KB | 13 Downloads )
r20+-.png
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3435
Joined: Oct 19th, 2005
Re: Link corners (2 issues)
Reply #1 - Jan 29th, 2026 at 9:38am
Print Post  
Hi,

1. It seems we have some max constraint left from Windows Forms version of the control where we use millimeter units, and so value is too small for WPF's points. Our developer will adjust it or remove altogether.

2. That is by design as we want to always show a part of the segment between two corners as straight line. We'll add some flag to let you disable that.

We'll try to publish these as patch on nuget in next few days.

Regards,
Slavcho
Mindfusion
  
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3435
Joined: Oct 19th, 2005
Re: Link corners (2 issues)
Reply #2 - Jan 30th, 2026 at 12:29pm
Print Post  
Hi,

Try this build to remove the max radius constraint -

https://www.nuget.org/packages/MindFusion.Diagramming.Wpf/4.3.0-alpha2

and for time being set this flag until we decide on an official property:

Code
Select All
DevFlags.RoundedLinksAvoidUturns = false; 



Regards,
Slavcho
Mindfusion
  

avoid_Uturns.png ( 8 KB | 6 Downloads )
avoid_Uturns.png
Uturns.png ( 12 KB | 9 Downloads )
Uturns.png
Back to top
 
IP Logged
 
Andrey
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 2
Joined: Jan 29th, 2026
Re: Link corners (2 issues)
Reply #3 - Feb 3rd, 2026 at 12:39pm
Print Post  
Hi,
We don't have this field
  

Screenshot_1.png ( 14 KB | 8 Downloads )
Screenshot_1.png
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3435
Joined: Oct 19th, 2005
Re: Link corners (2 issues)
Reply #4 - Feb 3rd, 2026 at 2:08pm
Print Post  
Hi,

Have you enabled the 'include prerelease' option to install alpha2 package? If you were using locally installed assemblies before installing from nuget, try also deleting them from project explorer window, in case local assemblies have higher priority.

Regards,
Slavcho
Mindfusion
  

nuget_pre.png ( 58 KB | 17 Downloads )
nuget_pre.png
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint