I was trying an entry in xamarin.forms and I have the entry in white, so I wanted to change the color of the placeholder to black so I have it like this:
<Entry
x:Name="txtUser"
Placeholder="Ingrese su usuario"
BackgroundColor="White"
PlaceholderColor="Black"
HorizontalOptions="FillAndExpand"
VerticalOptions="Center"
/>
But it does not work for me I get an error, investigate and I think it's because of the version, there is another way to change the text color of the placeholder without PlaceholderColor or TextColor (which does not work for me either)