Explain teh purpose of parent xaml tag of silverlight page?
Answer / Rishikant
The parent XAML tag of a Silverlight page, often denoted as 'UserControl', serves as the root element for defining the structure and layout of the application. It contains other child elements like Grid, StackPanel, or Canvas, which further hold UI controls such as TextBox, Button, etc. This UserControl tag also specifies the namespace, class name, and XMLns attributes to bind the XAML with the corresponding C# code-behind file.
| Is This Answer Correct ? | 0 Yes | 0 No |
explain deep zoom in silverlight?
Explain the purpose of parent xaml tag of silverlight page?
what is a .xap file?
What is .xap file in silverlight?
what are the restrictions of web service accessing in silverlight?
Explain how to add the reference of a class library project in silverlight application project
which types of video files can silverlight support?
What is the silverlight official name?
What is the role of silverlight plugin in the silverlight application life-cycle?
Explain the use of clientbin folder in silverlight
What silverlight is composed of?
Explain the mouse events that silverlight currently supports.