December 2014
Intermediate to advanced
512 pages
17h 4m
English
TranslateTransform simply moves an element according to two double properties:
X—Amount to move horizontally (default value = 0)
Y—Amount to move vertically (default value = 0)
TranslateTransform has no effect when you apply it as a LayoutTransform, but applying it as a RenderTransform is an easy way to “nudge” elements one way or another. Most likely, you’d do this dynamically based on user actions (and perhaps in an animation). With all the panels described in the next chapter, it’s unlikely that you’d need to use TranslateTransform ...
Read now
Unlock full access