I created 2 Image buttons. Right now there is a white rectangle drawn around the image. Is there a way to turn this off, or change the color? I looked in the properties pan, but could not find any property for border.
Here isd the xml code
<Button Height="140" Name="button1" Width="332" Padding="0" >
<Image Source="/BigBiz;component/resource/bannerleft.png" ManipulationStarted="button1_Click" Width="319" Height="113"></Image>
</Button>
<Button Height="140" Name="button2" Width="332" Padding="0" >
<Image Source="/BigBiz;component/resource/bannerleft.png" ManipulationStarted="button2_Click" Width="327" Height="113"></Image>
</Button>
You try following code. i hope it’s solved your problem.