Explain the element tree in silverlight architecture?
Answer / Rajat Kant Jha
The Element Tree in Silverlight Architecture represents a logical representation of the user interface elements and their hierarchical relationship. It is a data structure that stores all visual objects, including controls, shapes, and text. The root of this tree is the VisualTreeRoot, which contains UIElement instances and controls. Each control has a LogicalTreeRoot that serves as a base for accessibility services. Every visual object in the Element Tree is represented by an interface named IInputElement, which includes all objects that can receive keyboard or mouse events.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can we use external fonts in Silverlight? How
What objects support tranformations?
Can Silverlight be used along with different browsers and operating systems?
Write the code to populate the controls in silverlight?
What is the difference between silverlight and flash regarding animations?
what is easing functions in silverlight?
Explain about silverlight plug-in?
how to change the default page of silver light application?
How to change the default page of the silverlight application?
Will silverlight support all the codecs windows media player supports?
How can you host a silverlight application?
what are the advantages of extensible application markup language (xaml) over c# or vb.net?