WPF - How to create a custom border

How to create a custom border as follows:

enter image description here

I want to use Polygon at the top of the border, but I don't know how to do this :(

+4
source share
1 answer

You need to create a custom Decorator . See the following link for an example of how to do this: http://blog.pixelingene.com/2007/06/balloondecorator-source-code/

+3
source

All Articles