We are creating an XBAP application that we need to have rounded corners in various locations in a single page and we would like to have a WPF Rounded Corner container to place a bunch of other elements within. Does anyone have some suggestions or sample code on how we can best accomplish this? Either with styles on a or with creating a custom control?
Related Questions
No related questions found
You don’t need a custom control, just put your container in a border element:
You can replace the
<Grid/>with any of the layout containers…