What is the parent xaml tag of Silverlight page? Explain its purposes

Answer

The’UserConrol’ is the parent xaml tag of a Silverlight page. All other tags are authored under UserControl tag. Developers are given a facility to implement new custom controls and create re-usable user controls. This makes the use of XAML file easy for composing a control’s UI and easy to implement.

The following code snippet resembles the UserControl tag.

<UserControl x:Class="SilverlightApplication2.MainPage" Width="400" Height="300">
<Grid x:Name="LayoutRoot" Background="Green">
</Grid>
</UserControl> 

All silverlight Questions

Ask your interview questions on silverlight

Write Your comment or Questions if you want the answers on silverlight from silverlight Experts
Name* :
Email Id* :
Mob no* :
Question
Or
Comment* :
 





Disclimer: PCDS.CO.IN not responsible for any content, information, data or any feature of website. If you are using this website then its your own responsibility to understand the content of the website

--------- Tutorials ---