Hi Folks,
Sometimes I want a binding of an attribute to refer to some property of a named element. I can bind some other element's TextSize property to that element by using BindingContext="{x:Reference buttonName}" and FontSize="{Binding TextSize}" (custom control properties).
Is it possible to bind a 2nd attribute of that same button to something else entirely?
Thanks!
Mike