Data Binding: multiple sources for one property
Posted
by stefan.at.wpf
on Stack Overflow
See other posts from Stack Overflow
or by stefan.at.wpf
Published on 2010-04-12T19:47:06Z
Indexed on
2010/04/12
19:52 UTC
Read the original article
Hit count: 314
Hello,
I want to bind one property to multiple sources. My reason for this are things like this:
midpoint=point2.X - point1.X; //depends on two sources!
How could this be realised? As far as I know it's not directly possible out-of-the-box?
© Stack Overflow or respective owner