xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" x:Name="rootCanvas"> x:Name="Button1" Canvas.Left="20" Height="25" Width="50" Fill="Silver" /> Canvas.Top ="5" Canvas.Left="30" Text="Add" FontSize="12" /> x:Name="Button2" Canvas.Left="80" Height="25" Width="50" Fill="Silver" /> Canvas.Top ="5" Canvas.Left="90" Text="Clear" FontSize="12" /> Stroke="Black" StrokeThickness="10" Fill="Cyan"> x:Name="progressRectangle" Canvas.Left="20" Height="10" Width="0" Fill="Maroon" /> Canvas.Top ="-1" Canvas.Left="19" Height="12" Width="202" StrokeThickness="1" Stroke="Black" /> x:Name="progressText" Canvas.Top ="-4" Canvas.Left="230" Text="0%" FontSize="12" />