Multiple choice technology operating systems

In the Code below. List the objects

  1. StackPanel and Content only

  2. Button only

  3. Content only

  4. StackPanel and Button

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

In the XAML code, there are two objects: the StackPanel container and the Button control it contains. Content is a property of the Button (set via attribute syntax), not a separate object. The correct answer identifies the actual XAML elements/objects instantiated.