Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edges arrows. #72

Closed
catrias opened this issue Dec 11, 2016 · 1 comment
Closed

Edges arrows. #72

catrias opened this issue Dec 11, 2016 · 1 comment

Comments

@catrias
Copy link

catrias commented Dec 11, 2016

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; ... }

@panthernet
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants