You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
DefaultLinkModel in DiagramLinkOptions (@joezearing).
Ability to change source/target ports of a link (SetSourcePort and SetTargetPort).
The methods also trigger the new events SourcePortChanged and TargetPortChanged.
Changed
Curved link paths now take into account the ports alignements and a margin (@joezearing).
The AddLink<T>(T link, PortModel source, PortModel? target = null) overload in DiagramManager is now public.
This is useful when developers want to create the link instance themselves, DiagramMananger will setup ports and trigger appropriate events.
Fixed
GetMiddleTargetX and GetMiddleTargetY using SourcePort instead of TargetPort (@joezearing).