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 |
Explain how can silverlight use asx files?
Explain the procedure of creating hyperlinks in Silverlight application?
What is the difference between wpf and silverlight?
How can you host a silverlight application?
What do you know by silverlight runtime?
How to perform event handling in silver light?
What are the main features of silverlight?
How to change the default page of a Silverlight application?
What is silverlight tool kit?
What is the different development tools used in silverlight?
How style works with silverlight?
what browsers and platforms are supported by silverlight version 2?