I’m designing a Metro Style App with XAML, and I have a need to draw a circle where the ends don’t properly meet up, as if it had been scribbled with a red felt pen. Something like this:

How could this be done in XAML?
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.
Ok, get ready for a little bit of XAML:
This code produces:
You can tweak the coordinates a bit for a more|less rounded result and maybe use BezierSegments.