Backend of the Silverlight application
What are the programming language that can be used to write the backend of the Silverlight application? Visual Basic or Visual C# can be used for authoring code for the backend of the Silverlight application. The backend refers the code behind the files of Silverlight pages.
|
Layout Management Panels in SilverlightThe following are the list of Layout Management Panels: 1. Canvas Panel: Simple layouts use canvas panel and when there is no requirement of resizing the panel. The controls will overlap each other at the time of resizing the panel...
How to apply style elements in a Silverlight projectApplication resources utilize the style elements for supporting the forms. The App.xaml file could be used to contain an application resource XML construct. Each style’s target type is set to the control that needs the style...