I have an original graph built in GraphArea
(WPF) and its subgraph as a list of vertices and edges. I want to highlight this subgraph on the original graph. But the method HighlightBehaviour.SetHighlighted(DependencyObject obj, bool value)
requires passing elements of the <DependencyObject>
type to it. Can you tell me how I can find them?
How to highlight a subgraph in the original graph in GraphX for .NET?
88 views Asked by user1720736 At
1
Eureka!