Replies: 1 comment
-
You still can create instance of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For example, there is such a binding in AXAML:
Helper.CommandVM is an Attached Property inherited from the parent.
Is it possible to create such a binding in Sharp code?
As far as I know, it was impossible to do this before. But maybe something has changed in recent years?
For comparison with WPF, a similar binding is created there like this:
It is not difficult to get a simple path to Attached Property. Example:
Beta Was this translation helpful? Give feedback.
All reactions