
MCTS: Microsoft Silverlight 4 Development (70-506) Certification Guide
By :

Silverlight's control library is constantly growing. Some controls are living in the assemblies and included in the Silverlight plugin install by default. These controls are usually referred to as the core controls. These core controls include all-time favorites such as TextBox, Button, CheckBox
, and so on. But the power of Silverlight doesn't come from its core components alone; you can always reference other assemblies that have other controls living in them and add them to your project. When you add such "outside" control to your page, you need to reference its namespace in your page.
Among Silverlight's core controls, there are controls we already know (and love) from other frameworks. Let's discuss the usage and properties of those controls. What is the first control that comes to your mind when you're thinking about text input? Most developers will answer—the TextBox
control.
The well-known TextBox
control has one purpose;...
Change the font size
Change margin width
Change background colour