INativeBindingService public interface INativeBindingService For internal use by the Xamarin.Forms platform. Documentation Code bool TrySetBinding(object target, string propertyName, BindingBase binding) For internal use by the Xamarin.Forms platform. bool TrySetBinding(object target, BindableProperty property, BindingBase binding) For internal use by the Xamarin.Forms platform. bool TrySetValue(object target, BindableProperty property, object value) For internal use by the Xamarin.Forms platform.