As its name says the Border is a Silverlight control that acts as a border. You can put ONE other control in it and it will act as border of the child control.
See also: Silverlight Layout controls Canvas Article StackPanel Article Grid Article
Overview
The following examples demonstrate Border’s key properties:
We want to have the following frame:
Here is the XAML code: