BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
Hi Ashish,
Thanks for contacting Syncfusion support.
Requirement: Disable/Customize the Connection Hit Path Border of Node and ConnectionPort.
We have achieved your requirement by HitPathStyle property of Node and ConnectionPort. We have provided code example and sample to represent this. Please refer to the sample and code example as below.
Code example:
Xaml: <Style x:Key="Hitpathstyle" TargetType="Border"> <Setter Property="BorderBrush" Value="Transparent"></Setter> <Setter Property="BorderThickness" Value="4"></Setter> |