What is the Path.Data value of this arrow:

Max Grid width and height are 18×18
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.
MSDN’s example default template for an Expander uses
M 0 4 L 4 0 L 8 4 ZMost path’s start with the letter
"M"and an x,y coordinate, followed by line segments which are identified by a Character followed by space-delminited numbers for parameters, and end with the letter"Z". SoM 0 4 L 4 0 L 8 4 ZmeansI often use the following site as a reference guide for this “geometry mini language”: rcosic.wordpress.com/2009/08/11/wpf-geometry-mini-language