I have a button and I want to create a rollover animation effect and color on it. But I could not open the file using Expression Blend. Is there a way to style a button on the current XAML page instead of pasting everything into the control base?
I want the color fade effect when the user rolls to black, and when the user clicks, disappears to white. That's what i still have
<Button Content="SOS" Foreground="White" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Width="400" Margin="10,0,0,0" Background="#AE193E" Padding="0" BorderThickness="0" FontSize="36" FontFamily="Calibri" FontWeight="Normal" />
source share