Users Pricing

forum

Home Forums Button image background disappears when on hover – MindStick

Button image background disappears when on hover

Anonymous User 3115 23 Dec 2013

When I create a button with a background and I hover over with my mouse, the background image disappears. Is there a way to override or cancel this process? I also read that I could set the image as content of the button, however I couldn't get the scaling right (filling the button) programmatically. Thanks in advance.                                  

How I set the background:

BitmapImage bitmapImage = new BitmapImage(new Uri("http://www." + link + ".jpg"));
videoButton.Background = new ImageBrush()
{
   ImageSource = bitmapImage
};

1 Answers

Markdown for AI

A clean, structured version of this page for AI assistants and LLMs.

Open .md