Good day, HeshKodovtsy
I want to use a trigger on the focus of the button, while changing the boundaries of the object. But the trigger, as I understand it, is applied to one property. How do I apply a whole object when the trigger fires?
An example of what I want to apply when a trigger is triggered:
<Border.Background> <LinearGradientBrush> <GradientBrush.GradientStops> <GradientStopCollection> <GradientStop Color="#e7ebf7" Offset="0.0"></GradientStop> <GradientStop Color="#cee3ff" Offset="0.8"></GradientStop> </GradientStopCollection> </GradientBrush.GradientStops> </LinearGradientBrush> </Border.Background>
Thanks in advance for your answers.