With the previous update this property worked fine, But with the Latest update(Xamarin update -4) it is saying that "No Such Property Found".
In Windows Renderer I have used this property for picker renderer like this.
Control.BorderThickness=new System.Windows.Thickness(0,0,0,2);
this is for getting bottom border only for the picker control.
but with the update-4 this property not available.
I have used _Control.Foreground_ property for giving the text color.
This Property also not working with the latest update.