new PropertyPath("(RotateTransform.Angle)")
why do we need the brackets around RotateTransform.Angle? And why sometimes we don't need brackets around it?
Cheers
According to this: MSDN Binding.Path the brackets indicate that the path refers to an attached property. Since attached-properties are not declared on the dependency-object itself, the binding might need an indicator to distinct dependency-properties from attached properties.
/edit: sorry, gave you a german link, see my update.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With