I did in code behind(Constructor of my popup class)
public Aprovar()
{
InitializeComponent();
this.BackgroundColor = Color.White;
this.WidthRequest = 40;
this.HeightRequest = 40;
}
but when my popup run nothing happened, my popup remains big yet. How can i do?