What objects support tranformations? What are the transformations that silverlight supports for the elements?
Answer / Anand Gupta
In Silverlight, the `Transform` class and its derived classes (such as `TranslateTransform`, `RotateTransform`, `ScaleTransform`, and `SkewTransform`) support various transformations. These can be applied to UI elements using their attached properties.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of the ClientBin folder?
What is clipping in silverlight?
what is the relationship between silver light, wpf and xaml?
what is isolated storage?
What are the programming language that can be used to write the backend of the silverlight application?
What is MainPage.xaml?
Is Silverlight supported by all major browsers?
What are the limitations of using external fonts in silverlight?
How many types of Layout panels in silverlight?
How would you use a .xap file?
Can you elaborate how to start a silverlight application with visual studio?
Explain how to add the reference of a class library project in silverlight application project