Shalvin Interests

Friday, July 8, 2011

Silverlight/WPF Object Tree and Visual Tree

The hierarchical tree of objects in XAML file starting from the root going all the way down to elements make up the Object Tree. Object tree contains all types regardless of whether they participate in rending.

Visual Tree is a filtered view of Object Tree containing only those elements with a visual representation.

No comments:

Post a Comment