Mini Kabibi Habibi
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<DataTemplate x:Key="d0">
<Rectangle Fill="Firebrick" Stroke="Black" StrokeThickness="3" Width="100" Height="100" RadiusX="7" RadiusY="7" />
</DataTemplate>
<DataTemplate x:Key="d1">
<Ellipse Fill="Aqua" Stroke="Black" StrokeThickness="3" Width="100" Height="100" />
</DataTemplate>
<DataTemplate x:Key="d2">
<Rectangle Fill="Brown" Stroke="Black" StrokeThickness="3" Width="100" Height="100" RadiusX="40" RadiusY="40" />
</DataTemplate>
<DataTemplate x:Key="d3">
<Rectangle Fill="AliceBlue" Stroke="Black" StrokeThickness="3" Width="100" Height="100" RadiusX="7" RadiusY="7" />
</DataTemplate>
<DataTemplate x:Key="d4">
<Ellipse Fill="OrangeRed" Stroke="Black" StrokeThickness="3" Width="100" Height="100" StrokeDashArray="5,5" />
</DataTemplate>
<DataTemplate x:Key="d5">
<Rectangle Fill="LightGreen" Stroke="Black" StrokeThickness="3" Width="100" Height="100" RadiusX="40" RadiusY="40" StrokeDashArray="5,5" />
</DataTemplate>
</ResourceDictionary>