Avalonia icon indicating copy to clipboard operation
Avalonia copied to clipboard

Binding to sub-property of attached property fails silently or something

Open Splitwirez opened this issue 4 years ago • 0 comments

So, for example,

{Binding Path=(mecore:CornerCurves.CornerCurves).TopLeft, RelativeSource={RelativeSource Mode=TemplatedParent}}

fails silently, when it should work (and does in WPF).

Real-world example can be found here: https://github.com/Splitwirez/Mechanism-for-Avalonia

Splitwirez avatar Apr 17 '20 20:04 Splitwirez