Reputation: 2407
How Can I make a custom Border like this:
i want use a Polygon at the top of border but i don't know how do it :(
Upvotes: 4
Views: 1372
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