Explain the resemblance between css and silverlight, regarding overlapping objects.
Answer / Sweta Singh
In Silverlight, as in CSS, you can overlap objects by setting their position properties. For example, using Canvas, you can set the X and Y properties to position objects on the canvas, creating overlaps if desired.
| Is This Answer Correct ? | 0 Yes | 0 No |
Describe the different layout controls available with the use of Silverlight
What is clipping in silverlight?
What is the procedure to add an event handler in managed code?
What features are missing from silverlight presentation markup that will be supported in wpf?
What are differences between silverlight and wpf?
what are the controls provided in silverlight for line-of-business (lob) applications?
Which language is Silverlight developed in?
What is the function of an object tree used in silverlight?
How to perform event handling in silver light?
Why we use XAML language in Silverlight?
What are the properties that have to be initialized for creating a silverlight control using createsilverlight()?
What is the use of the ClientBin folder?