Can you explain the complete wpf object hierarchy?



Can you explain the complete wpf object hierarchy?..

Answer / Gauri Shankar Tiwari

The WPF object hierarchy starts with the Application object at the top. Below it are Window and Page objects, which host UserControls and other UI elements. These UI elements include various controls like Button, TextBox, Grid, etc., that form the visual representation of the application.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More WPF Interview Questions

What is the use of mvvm pattern in wpf?

1 Answers  


How to run wpf application in web browser?

1 Answers  


What is XBAP Stands?

1 Answers  


What is wpf browser application?

1 Answers  


When you create a WPF application instead of Windows Forms application?

1 Answers  


What do you understand by a routed event and what are its types?

1 Answers  


Does wpf use directx?

1 Answers  


What is the use of system.windows.media namespace?

1 Answers  


What is the use of xaml?

1 Answers  


How to disable the parent window while a popup is active wpf?

1 Answers  


What type is used to render wpf output to a bitmap?

1 Answers  


What are the major subsystems of the Windows Presentation Foundation?

1 Answers  


Categories