Can I do something like this?
<GroupBox.Header>
<GroupBox.Header.Resources>
<Style TargetType="Label">
<Setter Property="Foreground" Value="White"/>
</Style>
</GroupBox.Header.Resources>
<StackPanel Orientation="Horizontal">
<Label Content="Realtime Event Viewer" VerticalAlignment="Center"/>
<Label Content="Watching: " Margin="20,0,0,0" VerticalAlignment="Center"/>
<Label Content="{Binding MonitorServerName}" VerticalAlignment="Center"/>
</StackPanel>
</GroupBox.Header>