<Canvas xmlns="http://schemas.microsoft.com/client/2007" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> <TextBlock Text="DotNetFunda.com" /> </Canvas>
<Canvas xmlns="http://schemas.microsoft.com/client/2007" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> <TextBlock FontSize="20" FontFamily="Arial, Verdana" FontStyle="Oblique" FontWeight="Bold" Canvas.Top="20" Canvas.Left="20" FontStretch="ExtraCondensed" Foreground="Red" Opacity=".5" > DotNetFunda.com </TextBlock> </Canvas>
<Canvas xmlns="http://schemas.microsoft.com/client/2007" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> <TextBlock FontSize="15" FontFamily="Arial, Verdana" Canvas.Left="5" FontStyle="Oblique" FontWeight="Bold" Canvas.Top="20" FontStretch="ExtraCondensed" Foreground="Red" Opacity=".75" > Silverlight <Run FontSize="25" Foreground="Blue" FontStyle="Normal">Tutorials</Run> <LineBreak /> <Run FontFamily="Trebuchet MS, Arial" Foreground="Blue" FontStyle="Normal" FontWeight="Thin"> written by </Run> Sheo Narayan </TextBlock> </Canvas>