How do I create a custom WPF control like a cartoon bubble with constant corners
I need to create a rectangle bubble with rounded corners with text inside, like a cartoon speech bubble. I need the bubble to expand horizontally and vertically depending on the size of the text it contain. I would like the speech arrow and the radius of the rounded corners to remain constant. I could simply use a path to create my bub...