There is a circle on SharePoint2010 page http://sharepoint2010.microsoft.com/Pages/default.aspx which is made by Silverlight. I want to know how to make a Cicle like that with some different parts.
Best Regards,
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.
It’s just set of six custom control (it can be a user control also) with Path as a main part, and MouseHover event for highlight sector.
Try to look into it with Reflector, its very easy and usefull.
EDIT:
So, I’m looked it with reflector myself. And it’s so easy. The pie is just the set of seven .png files. They showed on MouseEnter event of Path controls, one for every six Path, and seventh .png showed when no one Path Fire event. It’s just set of pictures.