Function to get a reference to an object in the Silverlight control

What is the function used to get a reference to an object inside the Silverlight control?

The method findName() is used to refer an object inside the Silverlight control. The container reference is made in the Container.xaml and the corresponding Java Script file is called as Container.js. Now to access the object use the following function:
Container[1].Element.findName(“MyImageControl”).Source = “myPersonalImage.jpg”
Transformations Silverlight supports for the elements
The objects Ellipse and Rectangle are supported for transformations....
Steps needed to be performed in order to create an animation in XAML - Silverlight
Animation is performed by using Storyboard.TargetName property. For example, to animate an object, the following are the steps...
What are the animation types supported by Silverlight?
Animation types supported by Silverlight - Silverlight supports 2 types of animations:...
Post your comment