I can get simple literal binding to work without a bindable property defined on my control ... but am having no luck with setting a bindable property and / or specifying more complex binding in the XAML.
Attached is a super simple example of the issue.
(With an attempt to read from the element's property within the custom renderer for easy breakpointing)
What super obvious thing am I missing?