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 |
Does silverlight supports database connectivity? Explain
How does XAP work?
What are the methodologies used in Silverlight?
What are dependency properties in silverlight?
When would a customer use silverlight instead of windows presentation foundation (wpf)?
what is the parent xaml tag of silverlight page?
What are the tools are required to develop Silverlight applications?
what is a .xap file?
Does silverlight support mpeg4 and h.264 video, or advanced audio coding (aac) audio, or flash video?
What are the features and benefits of Silverlight5?
what is silverlight run time?
How can you host a silverlight application?