Hi,
can anyone please suggest me an idea or code snippet for re-sizing the background image for button. this is a simple logout button with background image, but it too large in emulator. setting the width & height property of button not working.
Button logoutButton = new Button
{
Image = "logout.png",
BackgroundColor = Color.Blue,
};