Is it possible to create a rounded BlockArrow in WPF ?
I was looking for CornerRadius property but this property does not exist for BlockArrow.
Example :
- Green : Rounded arrow (target)
-
Black : Not rounded arrow (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.
You’ll have to edit the control template for the BlockArrow and do the rounding yourself. My instinct is that this won’t be an easy task.
edit: Laurent to the rescue! Try one of these arrows instead of the block arrow.