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 |
What is the best place to start silverlight application?
Which tool should use for Silverlight – Expression Studio or Visual Studio?
How would you use a .xap file?
what is the use of client bin folder?
Is ado.net objects supported in microsoft silverlight project?
What is the difference between logical and visual tree?
What are the different classes used in visual tree?
What is ria?
What are the programming languages in which you can implement behavior of silverlight application?
What features are missing from silverlight presentation markup that will be supported in windows presentation foundation?
How the even routing method works in silverlight?
What are the benefits of silverlight?