Well, I've come across a silly thing here that has left me stuck, I'd like to put an icon on a button inside the layout of my application, so I'm not able to do it under my button code ... could someone tell me how to do this ??
<Button Text="Criar Chamado"
TextColor="White"
BackgroundColor="#800000"
Clicked="btnLogin_Clicked"
/>