WPF C#

      xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
    
        
                                Background="{TemplateBinding Foreground}">
                                           FontStyle="Italic" 
                           Text="{TemplateBinding Content}"
                           Margin="{TemplateBinding Padding}"
                           Foreground="{TemplateBinding Background}" />
            
            
                
                                                Property="CornerRadius" Value="12" />
                                                Property="FontWeight" Value="Bold" />
                
                
                                                Property="Background" 
                            Value="{Binding Path=Background}" />
                                                Property="Foreground"
                            Value="{Binding Path=Foreground}" />
                
            

        
    

    
                        HorizontalAlignment="Center" Margin="24"
                FontSize="24"   >
            Button