Search Results

1
vote
2answers
248 views

databinding a property to either of two dependency properties

I have two custom controls that are analogous to a node and the control that draws links between nodes. I would like to have both controls written as much in xaml as possible. The link s …