In Silverlight, there is no ThicknessAnimation as we can use in WPF. So like me, lots of developers would like to be able to animate theMargin
, thePadding
or theBorderThickness
of yourBorder
.
Good news ! I have a clean solution based on the wrapper pattern.
Thickness animation in Silverlight (Margin, Padding, BorderThickness) - CodeProject
No comments:
Post a Comment