|
I just set the height because then the grid lines look more organized in expression blend.
This is what I'm using now:
<Controls:RoundButton ImageSource="icons/appbar.feature.search.rest.png" Margin="0,17,16,0" HorizontalAlignment="Right" Width="80" Height="53" Tap="SearchButton_Tap" Foreground="{StaticResource PhoneContrastForegroundBrush}" Background="{StaticResource PhoneContrastBackgroundBrush}">
<Controls:RoundButton.BorderBrush>
<SolidColorBrush Color="{StaticResource PhoneBackgroundColor}"/>
</Controls:RoundButton.BorderBrush>
</Controls:RoundButton>
The button is on a white background. When I tap the button the border just disappears and the background doesn't turn black. Do you think you could make up an example where the button has a black border,black search image where the background of the button
turns black and the search image turns white?
|