Closed miroiu closed 3 months ago
Add an outline to all connections that specify an OutlineBrush.
OutlineBrush
New dependency properties for BaseConnection:
BaseConnection
To only widen the connection clickable range you can just set the OutlineBrush to Transparent.
Transparent
Fixes #131
It affects rendering performance for connections that have a custom OutlineBrush.
📝 Description of the Change
Add an outline to all connections that specify an
OutlineBrush
.New dependency properties for
BaseConnection
:Fixes #131
🐛 Possible Drawbacks
It affects rendering performance for connections that have a custom OutlineBrush.