private void OnRenderFinished(object sender, RoutedEventArgs e)
{
// setup the size of the background and the shadow
TablatureContainer.Width = TablatureControl.Width;
TablatureContainer.Height = TablatureControl.Height;
TablatureShadow.Width = TablatureControl.Width;
TablatureShadow.Height = TablatureControl.Height;
}