Answer Posted / 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 View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category