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 |
Explain teh purpose of parent xaml tag of silverlight page?
Which platforms does Silverlight support?
What is the difference between wpf (windows presentation foundation) and microsoft silverlight?
What kind of brushed does silverlight support?
Explain how to set silverlight contents width as 100%.
What files are contained by .xap file?
Explain what is ria?
How can you change the startup page of silverlight application?
When would one use silverlight instead of asp.net ajax?
Do you know three ways of applying layouts in SilverLight?
What is SilverLight ? Can SilverLight run in other platforms other than window?
Describe the different layout controls available with the use of Silverlight