May 2010
Intermediate to advanced
1272 pages
61h 18m
English
To add controls to the user interface, you have two possibilities: dragging controls from the Toolbox onto the designer surface and manually writing XAML. For a better understanding, we first show how to drag from the Toolbox. With the Toolbox open, click the Button control and drag it onto the designer. When you release it, the IDE should look like Figure 31.5.
Figure 31.5 Dragging controls and generating XAML.

As you can see from Figure 31.5, Visual Studio also generates the XAML code for the controls you add to the UI. For the new button, this is the XAML code generated:
Confirming that ...
Read now
Unlock full access