Multiple choice

What is the role of UserControl in Page.xaml file?

  1. It holds all other UI elements in a .xaml file.

  2. It is used as a layout panel.

  3. All UI elements in a .xaml control must be placed within a layout panel in User control.

  4. All of the above

  5. Both (1) and (3)

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

UserControl is a high level control and holds all other UI elements in a xaml file.