function MouseEnterRect(sender, args)
{
    var storyboard = getXamlElement("wpfeControl1", "growStoryboard");
    
    storyboard.Begin();
}
