Các thành phần của GroupBox có trong Control GroupBox. Phía dưới này là đoạn code ví dụ nói về cách tạo ra GroupBox Control. Gán nó với Background bà Font. Đặc biệt có sử dụng GroupBox.Header
<Window x:Class="GroupBoxSample.Window1"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Window1" Height="300" Width="300">
<GroupBox Margin="10,10,10,10" FontSize="16" FontWeight="Bold"
<TextBlock FontSize="12" FontWeight="Regular">
This is a group box control content.