In WPF, we are creating custom controls that inherit from button with completely drawn-from-scratch xaml graphics. We have a border around the entire button xaml and we'd like to use that as the location for updating the background when MouseOver=True in a trigger. What we need to know is how do we update the background of the border in this button with a gradient when the mouse hovers over it?
|
feedback
|
|
In your
If that doesn't help, we'll need to know more, probably seeing your own XAML. Your description doesn't make it very clear to me what your actual visual tree is. | |||||||||
feedback
|
|
You would want to add a trigger like this... Make a style like this:
Then add some resources for the gradients, like this:
Please let me know if you need more help with this. | |||
|
feedback
|