Search code examples
wpfsilverlightexpression-blend

Create a rounded BlockArrow


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)

Rounded arrow Not rounded arrpw


Solution

  • 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.