xamarin.forms 绑定页面里指定元素的某个属性值

{Binding Source={x:Reference elementName}, Path=BindingContext.propertyname, Mode=OneWay}

elementName是页面里某个view的名称

原文地址:https://www.cnblogs.com/IWings/p/9975058.html