In the Windows 7 UX Guide under the section on group boxes, there are recommendations to move away from group boxes (under certain conditions) and use separator lines. A sample is given for such a separator and I’ve included a screenshot below. I have two questions. Is there a WPF headered control that implements this UX recommendation so that all apps look consistent? If not, where the text says “You can implement a separator with an etched rectangle…” what do they mean? I know how to draw a rectangle but don’t see an “etched” effect or property for it.
There is a separator control which would seem like the logical thing to use but it appears to be thinner than the examples and doesn’t allow a header or adding etch effects. I realize I can create my own control but given how basic a control this is I wanted to know if there was a canonical approach to take.

Etching is really just a graphic design technique used by using colors that contrast in a certain way.
The screenshot you posted is actually two horizontal lines of 1 pixel each. The top line is darker than the bottom one. And they both contrast the white background to provide a visual effect. You can easily replicate this by using two horizontal lines.