ArMaN
ArMaN

Reputation: 2407

WPF - How Can I make a custom Border

How Can I make a custom Border like this:

enter image description here

i want use a Polygon at the top of border but i don't know how do it :(

Upvotes: 4

Views: 1372

Answers (1)

Pavlo Glazkov
Pavlo Glazkov

Reputation: 20746

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

Upvotes: 3

Related Questions