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 :
Black : Not rounded arrow (xaml)
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.