Monday, May 6, 2013

How to make an image button

I am trying to add buttons to my main page that will link to other pages in my app. Like to my game page, instructions page, social media, etc... but I want an image instead of the button. Now I was able to accomplish this by adding the WinRT xaml toolkit but I am not able to fill the button with the image and when I test it out to click on it it highlights a blue color and just is not right....


Here is the xaml that is written when an image button is written:



<Controls:ImageButton HorizontalAlignment="Left" Height="280" Margin="620,395,0,0" VerticalAlignment="Top" Width="475" FontFamily="Global User Interface">



Basically I just need to make these buttons for my hub page so my users can click on it to get redirected to other pages.


Help please!


No comments:

Post a Comment