Windows Phone 7 Image Button

后端 未结 7 1819
抹茶落季
抹茶落季 2021-02-05 12:19

I need to create an Image Button for my application like web-oriented style. I have an image 20x20 pixel and want an image button with the same dimension of the image.

I

7条回答
  •  你的背包
    2021-02-05 12:41

    You don't even need to use a Button.

    You can hook the MouseLeftButtonUp event on the Image control.

     
    

提交回复
热议问题