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 the purpose of parent xaml tag of silverlight page?
Difference between wpf and silverlight?
what is silverlight.js file?
What kind of brushed does silverlight support?
Does silverlight have a system.console class? Why?
Describe Silverlight SDK?
How the even routing method works in silverlight?
List the different components used in Silverlight?
What is the difference between Silverlight4 and Silverlight5?
Can you provide a list of layout management panels and when you will use them?
Can we add the reference of a class library project in silverlight application project?
What are those browsers which supports silverlight?