<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> <Style TargetType="GroupBox"> <Setter Property="Margin" Value="10,5" /> <Setter Property="Template"> <Setter.Value> <ControlTemplate TargetType="GroupBox"> <Grid> <Polyline Points="0 30,0 10,10 0,30 0" Stroke="#6A5ACD" StrokeThickness="1" VerticalAlignment="Top" HorizontalAlignment="Left" /> <Ellipse Width="5" Height="5" VerticalAlignment="Top" HorizontalAlignment="Left" Fill="#6A5ACD" Margin="24,-2,0,0" /> <Ellipse Width="5" Height="5" VerticalAlignment="Top" HorizontalAlignment="Left" Fill="#6A5ACD" Margin="-2,24,0,0" /> <Path Data="M0 0,3 3,30 3,33 0,68 0,73 7,78 7,78 10M8 0,25 0" Stroke="#6A5ACD" VerticalAlignment="Top" HorizontalAlignment="Right" /> <Polyline Points="0,0 0,15 10,15" Stroke="#6A5ACD" VerticalAlignment="Bottom" HorizontalAlignment="Left" /> <Polyline Points="10,0 0,10" Stroke="#6A5ACD" VerticalAlignment="Bottom" HorizontalAlignment="Right" /> <Polygon Points="0,7 7 7 7 0" Fill="#6A5ACD" VerticalAlignment="Bottom" HorizontalAlignment="Right" /> <Border BorderBrush="#6A5ACD" BorderThickness="0,1,0,0" VerticalAlignment="Top" Margin="30,-0.5,78,0" /> <Border BorderBrush="#6A5ACD" BorderThickness="0,0,1,0" HorizontalAlignment="Right" Margin="0,10" /> <Border BorderBrush="#6A5ACD" BorderThickness="0,1,0,0" VerticalAlignment="Bottom" Margin="10,0" /> <Border BorderBrush="#6A5ACD" BorderThickness="0,0,1,0" HorizontalAlignment="Left" Margin="-0.5,15" /> <Path Data="M0 0,3 0,5 4,3 8,0 8,3 4" Fill="#6A5ACD" VerticalAlignment="Top" HorizontalAlignment="Left" Margin="10,13,0,0" Height="17" Stretch="Fill" Width="6" /> <Path Data="M0 0,3 0,5 4,3 8,0 8,3 4" Fill="#AB82FF" VerticalAlignment="Top" HorizontalAlignment="Left" Margin="16,13,0,0" Height="17" Stretch="Fill" Width="6" /> <TextBlock Text="{TemplateBinding Header}" Foreground="#6A5ACD" VerticalAlignment="Top" HorizontalAlignment="Left" Margin="25,8" /> <ContentPresenter /> </Grid> </ControlTemplate> </Setter.Value> </Setter> </Style> </ResourceDictionary>