Windows Presentation Foundation (WPF) Question:
Download Questions PDF

Define adorner?

WPF Interview Question
WPF Interview Question

Answer:

They are a special kind of FrameworkElement that provide visual clues to the user. They are also used to add handles to elements and give information about the state of a control. Adorners are bound to the UIElement and are rendered on a surface that lies above the element, which is adorned. This surface is called an AdornerLayer. Adorners are mostly placed relatively to the bounded element.

Download WPF Interview Questions And Answers PDF

Previous QuestionNext Question
Does MDI supported in WPF?Define XBAP?