ContentControl ExampleSee also
DialogBox (Border) ExampleContentControl is a parent container for a single child. Since it also can have a Border, it appears to be almost identical to the Border control. There are
five overloaded Initialize methods available to ContentControl allowing you to customize things padding, margin, border brush, and border thickness, etc.
ContentControl may be useful as a container to swap child controls into and out of.