可以通过绑定字符串列表将多个值绑定到字符串格式吗?Text="{Binding FaceFingerPrintRecognitionLabel, StringFormat='You will need to activate the {0} recognitionpermitted phone and register at least one of your {0}s to control access to the permitted mobil
Xamarin窗体中的控件是如何绑定的?
例如,当我将以下数据绑定到一个标签(它是ViewCell视图的一部分)时,它会绑定到BindingContext of the ViewCell (我猜想)。lbl.SetBinding(Label.TextProperty, new Binding(path: "Time", stringFormat: "{0:dd MMM}"));