UI Controls Silverlight

    xmlns='http://schemas.microsoft.com/winfx/2006/xaml/presentation' 
    xmlns:x='http://schemas.microsoft.com/winfx/2006/xaml'
    xmlns:d='http://schemas.microsoft.com/expression/blend/2008' 
    xmlns:mc='http://schemas.openxmlformats.org/markup-compatibility/2006' 
    mc:Ignorable='d' 
    d:DesignWidth='640' 
    d:DesignHeight='480'>
    
        
            
                                        Value="Times New Roman" />
                                        Value="12" />
                                        Value="150" />
            
            
                                        Value="Times New Roman" />
                                        Value="18" />
            
            
                                        Value="Times New Roman" />
                                        Value="12" />
                                        Value="Green" />
            
            
                                        Value="Times New Roman" />
                                        Value="12" />
                                        Value="80" />
            
        

                           Text="Please Login"
                   Canvas.Top="10"
                   Canvas.Left="10"
                   Style="{StaticResource TextBlockHeader}"/>     
                           Text="Enter your Username: " 
                   Canvas.Top="40"
                   Canvas.Left="10" 
                   Style="{StaticResource StandardTextBlock}"/>
        
                         Canvas.Top="40"
                 Canvas.Left="150"
                 Style="{StaticResource StandardTextBox}"/>
        
                           Text="Enter your password: " 
                   Canvas.Top="70"
                   Canvas.Left="10"
                   Style="{StaticResource StandardTextBlock}"/>
        
                         Canvas.Top="70"
                 Canvas.Left="150" 
                 Style="{StaticResource StandardTextBox}" />
        
                        Content="Login" 
                Canvas.Top="100"
                Canvas.Left="10"
                Style="{StaticResource StandardButton}"/>