WPF VB.Net Tutorial

    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    Title="WPF" Height="100" Width="180">
    
        
            
                
            
        
    

    
                       Margin="4" Content="Custom Label"
               Template="{StaticResource labelTemplate}"
               Background="Red"/>