i am learning to create custom control in XAML.
I want correct symbol as shown below on one of my buttons

how can I get it using Path.Data/Geometry?
is there any tool to generate this code.
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.
Personally I prefer using Adobe Illustrator or Fireworks with the XAML export plugins available free online like Mike Swanson’s http://www.mikeswanson.com/xamlexport/
Or if you’re familiar with Expression Blend the pen tool would make short work of a path like that. Either give you pretty clean resulting xaml.
For now though to get you by, here’s an example of your checkmark, but you might play with the color values to make it look exactly the same as I didn’t spend but a minute making it.
If you’re going to be working with Paths and the design part of Controls often though, Expression Blend is the best for SL4/WPF but Blend 5 is still lacking some functionality. Hope this helps.