What are the different resource properties specifying a style?
Answer / Amar Nath
In Silverlight, the resource properties that specify a style include the 'x:Key' property (which uniquely identifies the style), 'TargetType' property (specifies the type of elements the style is applied to), and various Setter properties (which define the specific properties that the style sets).
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the different resource properties specifying a style?
What is the best place to start silverlight application?
What is the purpose of control templates in silverlight?
can we add the reference of class library project in silver light application project?
What are those platforms which supports silverlight?
When would one use silverlight instead of asp.net ajax?
Write the code to populate the controls in silverlight?
What is the difference between wpf (windows presentation foundation) and microsoft silverlight?
What kinds of fonts are supported with silverlight?
What are the different classes used in visual tree?
does silverlight application supports desktop implementation?
How does XAP work?