Can you explain doubleanimation, coloranimation and pointanimation?

 Posted by ArticlesMaint on 9/23/2009 | Category: Silverlight Interview questions | Views: 5327


As discussed in the previous question silverlight animation is all about specifying ‘From’ ,’To’ and ‘By’ value for a property. Now the property can be a simple double value, can be color or can be a point. Silverlight has categorized these properties in to three sections as explained below.

‘DoubleAnimation’ uses properties with double value, for instance Rectangle.Height or width. You can specify double values by using 'From','To' and 'By'.

‘PointAnimation’ uses point value i.e. X, Y values for line segments and curves.

‘ColorAnimation’ helps to alter the value of color value of an object.
 


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response