Explain the element tree in silverlight architecture?



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

Post New Answer

More Microsoft Silverlight Interview Questions

What is the best place to start silverlight application?

1 Answers  


Which tool should use for Silverlight – Expression Studio or Visual Studio?

1 Answers  


How would you use a .xap file?

1 Answers  


what is the use of client bin folder?

1 Answers   Microsoft,


Is ado.net objects supported in microsoft silverlight project?

1 Answers  


What is the difference between logical and visual tree?

1 Answers  


What are the different classes used in visual tree?

1 Answers  


What is ria?

1 Answers  


What are the programming languages in which you can implement behavior of silverlight application?

1 Answers  


What features are missing from silverlight presentation markup that will be supported in windows presentation foundation?

1 Answers  


How the even routing method works in silverlight?

1 Answers  


What are the benefits of silverlight?

1 Answers  


Categories