How can I create buttons like this in silverlight. Do I need expression blend for this.
Since I need to use the modified buttons at many places in my application, should I do it as a user control?

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You don’t need a
UserControlfor this, just a customButtontemplate as a style resource, which then you can reuse by setting the style on anyButtoninstance.While it’s doable without Blend, I highly recommend you at least get the trial, it’s a really really nice IDE for design / visual development!
Edit: As a little present here’s a starting point 🙂