Explain how to apply style elements in a silverlight project?
Answer / Ashish Kumar Jaiswal
Style elements can be applied in XAML by defining a Style resource and referencing it within the element you wish to modify. For example: `<Window.Resources> <Style x:Key="myStyle" TargetType="{x:Type TextBlock}"> ... </Style> </Window.Resources> <TextBlock Style="{StaticResource myStyle}" />`
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the silverlight official name?
Give an example of how an AppManifest.xml file looks like.
Describe the different layout controls available with the use of Silverlight
Explain the mouse events that silverlight currently supports.
Is silverlight a new media player?
Explain how to add the reference of a class library project in silverlight application project
give an example of creating button in xaml ?
What objects support tranformations?
What are the different event modes in silverlight?
Explain the purpose of parent xaml tag of silverlight page?
give the reasons how ajax is better than a java applet?
What are the different important files that are used in silverlight?