The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: Your first Animation using XAML and Silverlight - Point Animation class: Part III
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.

shishir vermaPosted Feb 10, 2009, 11:38 AM
Hey Bechir, I Tried ur code.... but there is some exception in this line "this.AddChild(myCanvas);" <-------- It is InvalidOperationException <- "Content of a ContentControl must be a single element." I tried this instead "AddLogicalChild(myCanvas)" & "AddVisualChild(myCanvas)". This works .... but the problem is .... I'm not getting for what purpose u added the PointAnimation Object.... Because changing in Points... Never gets reflected in the animation. Am I doing something wrong? Plz Help.!