Conventions

In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.

Code words in text are shown as follows: " We have already seen the Inline properties when we declared our Button control—Width, Height, Content, and x:Name are all Inline properties."

A block of code is set as follows:

<Button Width="100" Height="40" x:Name="btnSubmit">
<Button.Content>
<Image Source="fun.png"/>
</Button.Content>
</Button>

New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: " Open Visual Studio 2010, click on New Project..., select Silverlight from the Installed Templates list on the left-hand side of the window, and click on Silverlight Application."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.118.2.240