panthernet/GraphX

Edges arrows.

catrias opened this issue · 1 comments

GraphArea.ShowAllEdgesArrows(false) doesn't work.
Custom edges that inherit from EdgeBase cannot be casted to EdgeControlBase at
private static void showarrows_changed(object sender, DependencyPropertyChangedEventArgs args) { var ctrl = sender as EdgeControlBase; ... }

Hi, not sure what's the cause of it. If you use custom edge controls you should inherit them from EdgeControlBase . No way sender should be a EdgeBase descendant as it is the data class. If you still experience the problem it would be nice to have an example app to reproduce the issue.