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
Hi!
I'm using WPFGraphControl and trying to modify an edge with a singular target arrow to a bidirectionnal one, which would have both source and target Arrow.
I tried modifying its attribute (ArrowheadAtSource), but if this was at None or NonSpecified when the Graph was generated, it lacks some critical structure ( the arrow itself and the arrowPath ).
And modifying its attribute triggers ValueChanged -> Invalidate, which tries to access unexisting value.
Am I using the wrong flow to modify the arrow of an edge ? Is that not doable at runtime ?
Do I need to fully redo the graph for it to work ?