Explain teh purpose of parent xaml tag of silverlight page?
Answer Posted / 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 |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category